存量预警

workplace
zane 10 months ago
parent 0ea707ba79
commit 21e6d2e9c1

@ -90,7 +90,7 @@
) )
</if> </if>
<if test="remind != null and remind == 'yj' "> <if test="remind != null and remind == 'yj' ">
AND not exists(select 1 from io_split_fifo_inv t where t.enableRemind = 0 and (t.reCount - t.invRemindCount) >= 0 and t.id = isfi.id ) AND not exists(select 1 from io_split_fifo_inv t where t.enableRemind = 0 and (t.reCount - t.invRemindCount) <![CDATA[ >= ]]> 0 and t.id = isfi.id )
</if> </if>
</where> </where>
</select> </select>

Loading…
Cancel
Save