fix:pc外协sql

This commit is contained in:
zhangzhiqiang
2022-12-27 13:07:26 +08:00
parent 21f7f65a04
commit 8e4fd86d9c

View File

@@ -199,7 +199,7 @@
max(procedureoffline.create_name) as create_name,
max(procedureoffline.status) as status,
max(procedureoffline.create_time) as create_time,
COUNT(*) AS num_bucket,
COUNT(procedureoffline.storagevehicle_code) AS num_bucket,
sum(procedureoffline.qty) AS total_qty,
max(workorder.pcsn) as pcsn,
max(mb.material_code) AS material_code,