fix(ProdTaskPoolMapper):使用转义符

master
zangch@mesnac.com 2 weeks ago
parent 8d9cd0d896
commit 4f16bb2eb9

@ -45,7 +45,7 @@
) then 'ABNORMAL'
when nvl(oi.execution_status, 'PENDING') = 'COMPLETED' then 'COMPLETED'
when nvl(oi.execution_status, 'PENDING') = 'RUNNING' then 'RUNNING'
when oi.end_date is not null and oi.end_date < trunc(sysdate) and nvl(oi.execution_status, 'PENDING') <> 'COMPLETED' then 'OVERTIME'
when oi.end_date is not null and oi.end_date &lt; trunc(sysdate) and nvl(oi.execution_status, 'PENDING') != 'COMPLETED' then 'OVERTIME'
else 'PENDING'
end as task_bucket,
tp.owner_user_id,

Loading…
Cancel
Save