Browse Source

大屏难点赌点列表,处理次数取值错误,改为:EVENT_HANDLED_COUNT

master
yinzuomei 4 years ago
parent
commit
ae0901e107
  1. 4
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml

4
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml

@ -14,7 +14,7 @@
diff.EVENT_IMG_URL AS imgUrl, diff.EVENT_IMG_URL AS imgUrl,
IFNULL(diff.EVENT_CATEGORY_NAME,'') AS categoryName, IFNULL(diff.EVENT_CATEGORY_NAME,'') AS categoryName,
diff.EVENT_RE_ORG AS handleDepts, diff.EVENT_RE_ORG AS handleDepts,
diff.EVENT_RE_ORG AS handleCount diff.EVENT_HANDLED_COUNT AS handleCount
FROM FROM
screen_difficulty_data diff screen_difficulty_data diff
WHERE WHERE
@ -63,7 +63,7 @@
diff.EVENT_IMG_URL AS imgUrl, diff.EVENT_IMG_URL AS imgUrl,
IFNULL(diff.EVENT_CATEGORY_NAME,'') AS categoryName, IFNULL(diff.EVENT_CATEGORY_NAME,'') AS categoryName,
diff.EVENT_RE_ORG AS handleDepts, diff.EVENT_RE_ORG AS handleDepts,
diff.EVENT_RE_ORG AS handleCount diff.EVENT_HANDLED_COUNT AS handleCount
FROM FROM
screen_difficulty_data diff screen_difficulty_data diff
left join screen_customer_grid scg left join screen_customer_grid scg

Loading…
Cancel
Save