修改校验

This commit is contained in:
haozq 2025-01-21 17:40:07 +08:00
parent 4826ae00c7
commit da3c8aa8ab
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@
<if test="applyType!=null and applyType!=''">
and cpa.apply_type=#{applyType}
</if>
<if test="status!=null and status!=''">
and cpa.status=#{status}
</if>
<if test="keyWord!=null and keyWord!=''">
and (
cpa.code like concat('%',#{keyWord},'%') or