|
@ -83,6 +83,7 @@ |
|
|
<if test='null != path and path != ""'> |
|
|
<if test='null != path and path != ""'> |
|
|
AND pa.PUBLISH_ORG_PATH LIKE CONCAT(#{path},'%') |
|
|
AND pa.PUBLISH_ORG_PATH LIKE CONCAT(#{path},'%') |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
order by pa.HOLD_TIME desc,ao.JOIN_ORG_ID |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectPageList" parameterType="com.epmet.resi.partymember.dto.icpartyact.form.IcPartyActPageFormDTO" resultType="com.epmet.resi.partymember.dto.icpartyact.result.IcPartyActPageResultDTO"> |
|
|
<select id="selectPageList" parameterType="com.epmet.resi.partymember.dto.icpartyact.form.IcPartyActPageFormDTO" resultType="com.epmet.resi.partymember.dto.icpartyact.result.IcPartyActPageResultDTO"> |
|
|