代码更新

This commit is contained in:
2022-11-16 21:18:19 +08:00
parent 0436456dd2
commit eb89796d5c

View File

@@ -141,15 +141,15 @@
PAGEQUERY
SELECT
struct.sect_id,
struct.sect_code,
struct.sect_name,
struct.struct_id,
struct.struct_code,
struct.struct_name,
struct.storagevehicle_code,
mb.material_id,
mb.material_name,
mb.material_code,
MAX(struct.sect_code) AS sect_code,
MAX(struct.sect_name) AS sect_name,
MAX(struct.struct_id) AS struct_id,
MAX(struct.struct_code) AS struct_code,
MAX(struct.struct_name) AS struct_name,
MAX(struct.storagevehicle_code) AS storagevehicle_code,
MAX(mb.material_id) AS material_id,
MAX(mb.material_name) AS material_name,
MAX(mb.material_code) AS material_code,
'1' AS base_qty,
'0' AS fac_qty,
'箱' AS qty_unit_name,