mirror of https://github.com/jeecgboot/jeecg-boot
Update ShippingInvoiceController.java
parent
fdec4d77f1
commit
daecbead81
|
@ -495,7 +495,7 @@ public class ShippingInvoiceController {
|
|||
platformOrderContentService.cancelBatchInvoice(invoiceNumbers);
|
||||
platformOrderService.cancelBatchInvoice(invoiceNumbers);
|
||||
savRefundService.cancelBatchInvoice(invoiceNumbers);
|
||||
shippingInvoiceService.delBatchMain(ids);;
|
||||
shippingInvoiceService.delBatchMain(ids);
|
||||
log.info("Updating balances ...");
|
||||
balanceService.deleteBatchBalance(ids, OperationType.Debit.name());
|
||||
log.info("Deleting invoice files ...");
|
||||
|
|
Loading…
Reference in New Issue