出库不减o库存问题修改;

This commit is contained in:
王奎兴
2026-05-29 14:20:03 +08:00
parent 7c000fda35
commit ba6b38d8c6
4 changed files with 23 additions and 4 deletions
@@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
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,
a.in_order_number,a.lot_number,b.batch_number
b.in_order_number,b.lot_number,b.batch_number
from reservation_inventory_adjustment_record a left join reservation_material_inventory b on a.material_inventory_id = b.material_inventory_id
where a.del_flag = 1
</sql>