Browse Source

人房统计bug

dev
wanggongfeng 3 years ago
parent
commit
689ec01512
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/IcResiUserDao.xml

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/IcResiUserDao.xml

@ -37,6 +37,7 @@
ic_resi_user
WHERE
del_flag = '0'
AND STATUS = '0'
AND CREATED_TIME <= DATE_ADD( DATE_FORMAT(#{dateId},'%Y-%m-%d'), INTERVAL 1 DAY )
GROUP BY
CUSTOMER_ID,

Loading…
Cancel
Save