|
|
@@ -232,10 +232,10 @@ public class DeliveryItemsServiceImpl extends ServiceImpl<DeliveryItemsMapper, D
|
|
|
}
|
|
|
}
|
|
|
// todo 溢付款
|
|
|
- R overpayment = this.updateOverpayment(delivery, collect);
|
|
|
+ /*R overpayment = this.updateOverpayment(delivery, collect);
|
|
|
if (!overpayment.isSuccess()){
|
|
|
throw new RuntimeException(overpayment.getMsg());
|
|
|
- }
|
|
|
+ }*/
|
|
|
return deliveryItemsList;
|
|
|
}
|
|
|
/**
|