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