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,