From 4f16bb2eb9499f70eb23ceaf28ea664cd0cb5c5f Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Wed, 18 Mar 2026 17:53:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(ProdTaskPoolMapper):=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=BD=AC=E4=B9=89=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/production/ProdTaskPoolMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucma-production/src/main/resources/mapper/production/ProdTaskPoolMapper.xml b/aucma-production/src/main/resources/mapper/production/ProdTaskPoolMapper.xml index 5b33b9e..80a4981 100644 --- a/aucma-production/src/main/resources/mapper/production/ProdTaskPoolMapper.xml +++ b/aucma-production/src/main/resources/mapper/production/ProdTaskPoolMapper.xml @@ -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 < trunc(sysdate) and nvl(oi.execution_status, 'PENDING') != 'COMPLETED' then 'OVERTIME' else 'PENDING' end as task_bucket, tp.owner_user_id,