|
@ -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 |
|
|