Update PurchaseOrderServiceImpl.java

pull/8523/head
Gauthier LO 2025-06-10 10:03:55 +02:00 committed by GitHub
parent 0bca3a7608
commit ba5180e18c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -473,7 +473,6 @@ public class PurchaseOrderServiceImpl extends ServiceImpl<PurchaseOrderMapper, P
PlatformOrder platformOrder = entry.getKey();
if(ordersWithStock != null && ordersWithStock.contains(platformOrder.getId()))
continue;
// TODO : what to do with order status ????????
List<PlatformOrderContent> orderContents = entry.getValue();
platformOrder.setStatus(PlatformOrder.Status.Purchasing.code);
for (PlatformOrderContent orderContent : orderContents) {