|
productInfoService.editAvailableQuantity(inOutBoList, InOutType.OUT, id, ProductAvailableRecordType.PURCHASE_CANCEL, purchase.getCompanyId());
|
|
productInfoService.editAvailableQuantity(inOutBoList, InOutType.OUT, id, ProductAvailableRecordType.PURCHASE_CANCEL, purchase.getCompanyId());
|
|
stockWaitService.remove(q -> q.eq(StockWait::getPurchaseId, purchase.getId()));
|
|
stockWaitService.remove(q -> q.eq(StockWait::getPurchaseId, purchase.getId()));
|