Browse Source

总数

master
zxc 3 years ago
parent
commit
fc7ff10327
  1. 2
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcScheduleDao.xml

2
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcScheduleDao.xml

@ -37,7 +37,7 @@
WHERE DEL_FLAG = 0 WHERE DEL_FLAG = 0
AND CUSTOMER_ID = #{customerId} AND CUSTOMER_ID = #{customerId}
AND HOLD_YEAR_ID = #{yearId} AND HOLD_YEAR_ID = #{yearId}
<if test='isSelf == "1"'> <if test=' isSelf == "1" '>
AND CREATED_BY = #{staffId} AND CREATED_BY = #{staffId}
</if> </if>
AND PUBLISH_ORG_PATH LIKE CONCAT(#{path},'%') AND PUBLISH_ORG_PATH LIKE CONCAT(#{path},'%')

Loading…
Cancel
Save