@ -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 )
</where>
</select>
</mapper>