1.修复库存统计未添加分库条件的问题

fengcang
x_z 3 years ago
parent 8be5da50d6
commit f097bd9674

@ -235,6 +235,9 @@
<if test="invStorageCode != '' and invStorageCode != null">
AND invStorageCode like concat('%', #{invStorageCode,jdbcType=VARCHAR}, '%')
</if>
<if test="invWarehouseCode != '' and invWarehouseCode != null">
AND invWarehouseCode like concat('%', #{invWarehouseCode,jdbcType=VARCHAR}, '%')
</if>
<if test="batchNo != '' and batchNo != null">
AND ip.batchNo like concat('%', #{batchNo,jdbcType=VARCHAR}, '%')
</if>

Loading…
Cancel
Save