rev:入库强制确认

This commit is contained in:
2025-12-09 14:11:10 +08:00
parent 0e52c0b9da
commit 78a487fff1

View File

@@ -670,6 +670,7 @@ public class RawAssistIStorServiceImpl extends ServiceImpl<IOStorInvMapper, IOSt
jsonIvt.put("qty_unit_id", ioStorInvDis.getQty_unit_id());
jsonIvt.put("qty_unit_name", ioStorInvDis.getQty_unit_name());
jsonIvt.put("change_qty", ioStorInvDis.getPlan_qty());
jsonIvt.put("bag_code", ioStorInvDis.getBag_code());
updateIvtList.add(jsonIvt);
iMdPbStoragevehicleextService.updateIvt(updateIvtList);
}