修改校验
This commit is contained in:
parent
4826ae00c7
commit
da3c8aa8ab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue