Browse Source

事件类型分析查询categoryName的sql修改

dev
zxc 4 years ago
parent
commit
3a72d18671
  1. 1
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectCategoryOrgDailyDao.xml

1
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectCategoryOrgDailyDao.xml

@ -56,7 +56,6 @@
customer_project_category_dict m customer_project_category_dict m
WHERE WHERE
m.DEL_FLAG = '0' m.DEL_FLAG = '0'
AND m.EPMET_CATEGORY_CODE IS NULL
AND m.customer_id IN AND m.customer_id IN
<foreach item="subCustomerId" collection="subCustomerIds" open="(" separator="," close=")"> <foreach item="subCustomerId" collection="subCustomerIds" open="(" separator="," close=")">
#{subCustomerId} #{subCustomerId}

Loading…
Cancel
Save