Browse Source

补漏

dev_shibei_match
zxc 4 years ago
parent
commit
097b92c674
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectCategoryDailyDao.xml

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectCategoryDailyDao.xml

@ -91,6 +91,7 @@
UNION ALL UNION ALL
SELECT SELECT
c.CUSTOMER_ID, c.CUSTOMER_ID,
c.CUSTOMER_ID AS categoryOriginCustomerId,
left(c.CATEGORY_CODE, 4) AS CATEGORY_CODE, left(c.CATEGORY_CODE, 4) AS CATEGORY_CODE,
'1' AS `LEVEL`, '1' AS `LEVEL`,
p.AGENCY_ID AS orgId, p.AGENCY_ID AS orgId,

Loading…
Cancel
Save