修改校验

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!=''"> <if test="applyType!=null and applyType!=''">
and cpa.apply_type=#{applyType} and cpa.apply_type=#{applyType}
</if> </if>
<if test="status!=null and status!=''">
and cpa.status=#{status}
</if>
<if test="keyWord!=null and keyWord!=''"> <if test="keyWord!=null and keyWord!=''">
and ( and (
cpa.code like concat('%',#{keyWord},'%') or cpa.code like concat('%',#{keyWord},'%') or