及时库存查询修改添加别名;
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
|
||||
),
|
||||
0
|
||||
) CHECK_QUANTITY,ext_attr_1, ext_attr_2, ext_attr_3, ext_attr_4,
|
||||
production_date, expiry_date, inventory_date,
|
||||
batch_ref_no, sheet_ref_no, box_pallet_no,b.material_base_info_id,
|
||||
) CHECK_QUANTITY,
|
||||
a.ext_attr_1,
|
||||
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
|
||||
FROM
|
||||
material_inventory a
|
||||
|
||||
Reference in New Issue
Block a user