存量预警

workplace
zane 10 months ago
parent 3c368f3311
commit 0ea707ba79

@ -119,5 +119,7 @@ public class IoSplitFifoInvRequest extends ListPageRequest {
*/
private String keywords;
private String remind;
}

@ -89,6 +89,9 @@
or bp.ylqxzcrbarmc like concat('%', #{keywords}, '%')
)
</if>
<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 )
</if>
</where>
</select>
</mapper>

Loading…
Cancel
Save