Browse Source

Merge remote-tracking branch 'origin/dev_bugfix_ljj' into develop

master
zxc 4 years ago
parent
commit
085ee3419e
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml

@ -51,7 +51,7 @@
IFNULL(sca.PID,'0') AS pid,
IFNULL(sca.PIDS,'0') AS pids,
#{customerId} as customerId,
od.CATEGORY_ORIGIN_CUSTOMER_ID AS categoryOriginCustomerId,
od.CUSTOMER_ID AS categoryOriginCustomerId,
od.level,
<if test="existsStatus == true">
cd.EPMET_CATEGORY_CODE AS categoryCode,

Loading…
Cancel
Save