fix: 库存预警

dev_fifo_z
chenhc 6 months ago
parent 4cc4f5ec8b
commit 00688e24ae

@ -113,7 +113,7 @@
</if>
<if test="remind != null and remind == 'yj' ">
AND swq.enableRemind = 1
AND (isfi.reCount - swq.remindCount) <![CDATA[ < ]]> 0
AND (isfi.reCount - swq.remindCount) <![CDATA[ <= ]]> 0
</if>
</where>
GROUP BY id

Loading…
Cancel
Save