From 1cb5487d37395c57112b03e88598ded572f1eca1 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 8 May 2026 16:14:56 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/longchuang/ProductionPlanMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml b/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml index 9a7032d..077bd26 100644 --- a/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml +++ b/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml @@ -369,7 +369,7 @@ order_type as orderType, convert(varchar(19), report_time, 120) as logTime, case - when report_qty is null then N'分配负责人' + when isnull(node_code, '') = '' then N'分配负责人' else N'报工完成' end as action, node_code as nodeCode,