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