|
@ -2116,6 +2116,9 @@ |
|
|
case when (getworkminute(i.CREATED_TIME,now()) / 60 > 6) then '1' |
|
|
case when (getworkminute(i.CREATED_TIME,now()) / 60 > 6) then '1' |
|
|
when (getworkminute(i.CREATED_TIME,now()) / 60 > 4 and getworkminute(i.CREATED_TIME,now()) / 60 <=6) then '2' |
|
|
when (getworkminute(i.CREATED_TIME,now()) / 60 > 4 and getworkminute(i.CREATED_TIME,now()) / 60 <=6) then '2' |
|
|
when (getworkminute(i.CREATED_TIME,now()) / 60 <= 4) then '3' else '' end as isRemind, |
|
|
when (getworkminute(i.CREATED_TIME,now()) / 60 <= 4) then '3' else '' end as isRemind, |
|
|
|
|
|
|
|
|
|
|
|
case when i.appeal_source = 3 then ROUND((1890 - getworkminute ( i.DISTRIBUTE_TIME, now() ))/60,1) END hotLineRemainder, |
|
|
|
|
|
|
|
|
( |
|
|
( |
|
|
CASE |
|
|
CASE |
|
|
|
|
|
|
|
@ -2209,6 +2212,11 @@ |
|
|
and i.EVALUATION_TIME IS NULL |
|
|
and i.EVALUATION_TIME IS NULL |
|
|
and i.ITEM_STATE != '10' |
|
|
and i.ITEM_STATE != '10' |
|
|
</when > |
|
|
</when > |
|
|
|
|
|
<when test="evaluationState == '100'"> |
|
|
|
|
|
and i.EVALUATION_STATE = '0' |
|
|
|
|
|
and i.EVALUATION_TIME IS NULL |
|
|
|
|
|
and i.ITEM_STATE != '10' |
|
|
|
|
|
</when > |
|
|
<when test="evaluationState == '90'"> |
|
|
<when test="evaluationState == '90'"> |
|
|
and i.EVALUATION_TIME IS NOT NULL |
|
|
and i.EVALUATION_TIME IS NOT NULL |
|
|
</when > |
|
|
</when > |
|
|