|
|
@@ -1189,6 +1189,9 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
orderDon.setPayTime(DateTime.now());
|
|
|
}
|
|
|
this.updateById(orderDon);
|
|
|
+
|
|
|
+ //调整指定规格车队下次可 停用车位数的时间
|
|
|
+ groupRelationFrontService.adjustGroupsParkingTime(orderDon.getRelationId(), sku);
|
|
|
}
|
|
|
|
|
|
public void updateCarParkAndSendMsg(GoodsDon goodsDon, GoodsDonSku sku, OrderDon order) {
|