|
|
@ -169,7 +169,14 @@ |
|
|
|
ie.satisfaction, |
|
|
|
IF(ie.satisfaction = 'bad','不满意',IF (ie.satisfaction = 'good','基本满意',IF (ie.satisfaction = 'perfect','非常满意',''))) satisfactionName, |
|
|
|
ie.operation_type, |
|
|
|
IF(ie.operation_type = '0','已回复',IF (ie.operation_type = '1','已转项目',IF (ie.operation_type = '2','已转需求',''))) operationTypeName, |
|
|
|
( |
|
|
|
case when ie.operation_type = '0' then '已回复' |
|
|
|
when ie.operation_type = '1' then '已转项目' |
|
|
|
when ie.operation_type = '2' then '已转需求' |
|
|
|
when ie.operation_type = '3' then '已转议题' |
|
|
|
else '' |
|
|
|
end |
|
|
|
)as operationTypeName |
|
|
|
ie.operation_id, |
|
|
|
ie.read_flag, |
|
|
|
ie.red_dot, |
|
|
|