取消重复同步oms库存;

This commit is contained in:
王奎兴
2026-05-29 17:29:33 +08:00
parent f575c5db85
commit 1851e0a64e
3 changed files with 3 additions and 3 deletions
@@ -180,7 +180,7 @@ public class ReservationInMaterialDetailImpl extends ServiceImpl<ReservationInMa
.eq(reservationMaterialInventory.getLotNumber() != null,ReservationMaterialInventory::getLotNumber, reservationMaterialInventory.getLotNumber())
.eq(reservationMaterialInventory.getBatchNumber() != null,ReservationMaterialInventory::getBatchNumber, reservationMaterialInventory.getBatchNumber())
;
reservationMaterialInventoryService.saveOrUpdate(reservationMaterialInventory,updateWrapper);
//reservationMaterialInventoryService.saveOrUpdate(reservationMaterialInventory,updateWrapper);
}
}