取消重复同步oms库存;
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user