Browse Source

智慧社区的tree修改

dev_shibei_match
zxc 5 years ago
parent
commit
fd9174f26d
  1. 2
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml

2
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml

@ -128,7 +128,6 @@
ca.del_flag = 0
AND cbo.DEL_FLAG = 0
AND ca.pid = '0'
AND ca.IS_DISPLAY = '1'
AND cbo.customer_id = #{customerId}
AND cbo.BIZ_TYPE = #{bizType}
</select>
@ -147,7 +146,6 @@
ca.del_flag = '0'
AND cbo.DEL_FLAG = 0
AND cbo.biz_type = "community"
AND ca.IS_DISPLAY = '1'
AND ca.pids = #{subAgencyPids}
ORDER BY
ca.created_time DESC

Loading…
Cancel
Save