代码更新
This commit is contained in:
@@ -141,15 +141,15 @@
|
|||||||
PAGEQUERY
|
PAGEQUERY
|
||||||
SELECT
|
SELECT
|
||||||
struct.sect_id,
|
struct.sect_id,
|
||||||
struct.sect_code,
|
MAX(struct.sect_code) AS sect_code,
|
||||||
struct.sect_name,
|
MAX(struct.sect_name) AS sect_name,
|
||||||
struct.struct_id,
|
MAX(struct.struct_id) AS struct_id,
|
||||||
struct.struct_code,
|
MAX(struct.struct_code) AS struct_code,
|
||||||
struct.struct_name,
|
MAX(struct.struct_name) AS struct_name,
|
||||||
struct.storagevehicle_code,
|
MAX(struct.storagevehicle_code) AS storagevehicle_code,
|
||||||
mb.material_id,
|
MAX(mb.material_id) AS material_id,
|
||||||
mb.material_name,
|
MAX(mb.material_name) AS material_name,
|
||||||
mb.material_code,
|
MAX(mb.material_code) AS material_code,
|
||||||
'1' AS base_qty,
|
'1' AS base_qty,
|
||||||
'0' AS fac_qty,
|
'0' AS fac_qty,
|
||||||
'箱' AS qty_unit_name,
|
'箱' AS qty_unit_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user