盘点复盘改为未审核就更新实时库存

This commit is contained in:
季圣华
2021-08-23 00:18:43 +08:00
parent 182b9e2bc1
commit ebf8a97847

View File

@@ -259,7 +259,7 @@
<if test="mId != null">
and di.material_id=#{mId}
</if>
and dh.sub_type='盘点复盘' and dh.`Status`='1'
and dh.sub_type='盘点复盘'
<if test="depotId != null">
and di.depot_id=#{depotId}
</if>