|
|
@ -56,6 +56,12 @@ |
|
|
|
<if test='domicilePlace != null and domicilePlace != "" '> |
|
|
|
AND m.DOMICILE_PLACE LIKE CONCAT('%',#{domicilePlace},'%') |
|
|
|
</if> |
|
|
|
<if test='checkState != null and checkState != "" '> |
|
|
|
AND c.CHECK_STATE = #{checkState} |
|
|
|
</if> |
|
|
|
<if test='houseHolderName != null and houseHolderName != "" '> |
|
|
|
AND c.HOUSE_HOLDER_NAME like concat('%', #{houseHolderName},'%') |
|
|
|
</if> |
|
|
|
ORDER BY c.CREATED_TIME DESC |
|
|
|
</select> |
|
|
|
<select id="selectMemberList" parameterType="map" resultType="com.epmet.dto.result.CollectListResultDTO$CollectListMemberResultDTO"> |
|
|
|