盘点复盘改为未审核就更新实时库存
This commit is contained in:
@@ -259,7 +259,7 @@
|
|||||||
<if test="mId != null">
|
<if test="mId != null">
|
||||||
and di.material_id=#{mId}
|
and di.material_id=#{mId}
|
||||||
</if>
|
</if>
|
||||||
and dh.sub_type='盘点复盘' and dh.`Status`='1'
|
and dh.sub_type='盘点复盘'
|
||||||
<if test="depotId != null">
|
<if test="depotId != null">
|
||||||
and di.depot_id=#{depotId}
|
and di.depot_id=#{depotId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user