|
|
@ -374,6 +374,7 @@ |
|
|
|
<if test="param.materialId != null and param.materialId != '' "> and ldsi.material_id = #{param.materialId}</if> |
|
|
|
<if test="param.materialId != null and param.materialId != '' "> and ldsi.material_id = #{param.materialId}</if> |
|
|
|
<if test="param.marketId != null and param.marketId != '' "> and ldsi.market_id = #{param.marketId}</if> |
|
|
|
<if test="param.marketId != null and param.marketId != '' "> and ldsi.market_id = #{param.marketId}</if> |
|
|
|
<if test="param.warehouseId != null and param.warehouseId != '' "> and ldsi.warehouse_id = #{param.warehouseId}</if> |
|
|
|
<if test="param.warehouseId != null and param.warehouseId != '' "> and ldsi.warehouse_id = #{param.warehouseId}</if> |
|
|
|
|
|
|
|
<if test="param.incomingBatch != null and param.incomingBatch != '' "> and ldsi.incoming_batch = #{param.incomingBatch}</if> |
|
|
|
<if test="param.storeId != null and param.storeId != '' ">and ldsi.store_id = #{param.storeId} </if> |
|
|
|
<if test="param.storeId != null and param.storeId != '' ">and ldsi.store_id = #{param.storeId} </if> |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
|
|
|
|
|
|
|
|