|
@ -279,7 +279,8 @@ |
|
|
floor(diff.EVENT_COST_TIME/60) AS totalHours, |
|
|
floor(diff.EVENT_COST_TIME/60) AS totalHours, |
|
|
diff.EVENT_RE_ORG AS reOrg, |
|
|
diff.EVENT_RE_ORG AS reOrg, |
|
|
diff.EVENT_HANDLED_COUNT AS handledCount, |
|
|
diff.EVENT_HANDLED_COUNT AS handledCount, |
|
|
IFNULL(spd.SATISFACTION_SCORE,80) AS score |
|
|
CASE WHEN diff.org_type = 'grid' AND diff.EVENT_STATUS_CODE = 'closed' THEN IFNULL(spd.SATISFACTION_SCORE,80) |
|
|
|
|
|
ELSE spd.SATISFACTION_SCORE END AS score |
|
|
FROM |
|
|
FROM |
|
|
( |
|
|
( |
|
|
select scg.AREA_CODE,sdd1.* from screen_difficulty_data sdd1 |
|
|
select scg.AREA_CODE,sdd1.* from screen_difficulty_data sdd1 |
|
|