han\hanst 3 weeks ago
parent
commit
1cb5487d37
  1. 2
      src/main/resources/mapper/longchuang/ProductionPlanMapper.xml

2
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,

Loading…
Cancel
Save