Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-12-09 14:26:30 +08:00

View File

@@ -671,6 +671,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);
}