及时库存查询修改添加别名;
This commit is contained in:
@@ -441,9 +441,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
AND c.material_base_info_id = a.material_base_info_id
|
AND c.material_base_info_id = a.material_base_info_id
|
||||||
),
|
),
|
||||||
0
|
0
|
||||||
) CHECK_QUANTITY,ext_attr_1, ext_attr_2, ext_attr_3, ext_attr_4,
|
) CHECK_QUANTITY,
|
||||||
production_date, expiry_date, inventory_date,
|
a.ext_attr_1,
|
||||||
batch_ref_no, sheet_ref_no, box_pallet_no,b.material_base_info_id,
|
a.ext_attr_2,
|
||||||
|
a.ext_attr_3,
|
||||||
|
a.ext_attr_4,
|
||||||
|
a.production_date,
|
||||||
|
a.expiry_date,
|
||||||
|
a.inventory_date,
|
||||||
|
a.batch_ref_no,
|
||||||
|
a.sheet_ref_no,
|
||||||
|
a.box_pallet_no,
|
||||||
|
b.material_base_info_id,
|
||||||
a.material_inventory_id
|
a.material_inventory_id
|
||||||
FROM
|
FROM
|
||||||
material_inventory a
|
material_inventory a
|
||||||
|
|||||||
Reference in New Issue
Block a user