库存调整记录查询

This commit is contained in:
zhou-hongcheng
2026-03-09 14:30:59 +08:00
parent b210c08863
commit d7ebb21f3b
3 changed files with 111 additions and 1 deletions
@@ -67,7 +67,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.adjust_before_status_name, a.adjust_after_status_code, a.adjust_after_status_name, a.inventory_before_quantity,
a.allocation_before_quantity, a.freeze_before_quantity, a.inventory_after_quantity, a.allocation_after_quantity,
a.freeze_after_quantity, a.create_time, a.create_by, a.create_by_name, a.update_time, a.update_by, a.update_by_name,
a.del_flag,b.ext_attr_1, b.ext_attr_2, b.ext_attr_3, b.ext_attr_4,
a.del_flag,a.net_weight,
a.gross_weight,
a.volume,
a.area,
a.adjusted_net_weight,
a.adjusted_gross_weight,
a.adjusted_volume,
a.adjusted_area,
b.ext_attr_1, b.ext_attr_2, b.ext_attr_3, b.ext_attr_4,
b.production_date, b.expiry_date, b.inventory_date,
b.batch_ref_no, b.sheet_ref_no, b.box_pallet_no,a.ADJUST_ACTION,a.RELATE_NO
from inventory_adjustment_record a left join material_inventory b on a.material_inventory_id = b.material_inventory_id