oms页面查询条件;

This commit is contained in:
王奎兴
2026-05-18 10:26:32 +08:00
parent c539b86535
commit bb66a76762
5 changed files with 44 additions and 5 deletions
@@ -277,6 +277,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="ltCheckStatus != null ">
and a.check_status &lt; #{ltCheckStatus}
</if>
<if test="businessOrderNo != null">
and a.business_order_no = #{businessOrderNo}
</if>
<if test="issueStatus != null">
and a.issue_status = #{issueStatus}
</if>
<if test="createByName != null and createByName != ''">
and a.create_by_name like concat('%', #{createByName}, '%')
</if>