|
|
@@ -80,6 +80,9 @@
|
|
|
<if test="pageVO.elderName != null and pageVO.elderName != '' ">
|
|
|
and ei.elder_name like concat('%', #{pageVO.elderName}, '%')
|
|
|
</if>
|
|
|
+ <if test="pageVO.contractNumber != null and pageVO.contractNumber != '' ">
|
|
|
+ and ec.contract_number like concat('%', #{pageVO.contractNumber}, '%')
|
|
|
+ </if>
|
|
|
<if test="pageVO.elderSex != null and pageVO.elderSex != '' ">
|
|
|
and ei.elder_sex = #{pageVO.elderSex}
|
|
|
</if>
|