给库存流水增加强审核的过滤
This commit is contained in:
@@ -167,6 +167,9 @@
|
||||
<foreach collection="depotIdArray" item="depotId" separator=",">#{depotId}</foreach>
|
||||
)
|
||||
</if>
|
||||
<if test="forceFlag">
|
||||
and dh.status = '1'
|
||||
</if>
|
||||
<if test="sku != null and sku !=''">
|
||||
and di.sku = #{sku}
|
||||
</if>
|
||||
@@ -201,6 +204,9 @@
|
||||
<foreach collection="depotIdArray" item="depotId" separator=",">#{depotId}</foreach>
|
||||
)
|
||||
</if>
|
||||
<if test="forceFlag">
|
||||
and dh.status = '1'
|
||||
</if>
|
||||
<if test="sku != null and sku !=''">
|
||||
and di.sku = #{sku}
|
||||
</if>
|
||||
@@ -238,6 +244,9 @@
|
||||
<foreach collection="depotIdArray" item="depotId" separator=",">#{depotId}</foreach>
|
||||
)
|
||||
</if>
|
||||
<if test="forceFlag">
|
||||
and dh.status = '1'
|
||||
</if>
|
||||
<if test="sku != null and sku !=''">
|
||||
and di.sku = #{sku}
|
||||
</if>
|
||||
@@ -266,6 +275,9 @@
|
||||
<foreach collection="depotIdArray" item="depotId" separator=",">#{depotId}</foreach>
|
||||
)
|
||||
</if>
|
||||
<if test="forceFlag">
|
||||
and dh.status = '1'
|
||||
</if>
|
||||
<if test="sku != null and sku !=''">
|
||||
and di.sku = #{sku}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user