给库存流水增加强审核的过滤

This commit is contained in:
季圣华
2023-03-17 23:50:51 +08:00
parent 548e31a7e2
commit 09633e8d95
4 changed files with 21 additions and 9 deletions

View File

@@ -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>