Browse Source

总数

master
zxc 3 years ago
parent
commit
ea2e8106b5
  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

@ -38,7 +38,7 @@
AND CUSTOMER_ID = #{customerId}
AND HOLD_YEAR_ID = #{yearId}
<if test='isSelf == "1"'>
AND CREATED_BY = '周星驰'
AND CREATED_BY = #{staffId}
</if>
AND PUBLISH_ORG_PATH LIKE CONCAT(#{path},'%')
GROUP BY HOLD_MONTH_ID)t

Loading…
Cancel
Save