|
@@ -1015,7 +1015,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-// storeOrderService.create(storeOrder);
|
|
|
|
|
|
+ save(storeOrder);
|
|
storeOrderInfos.forEach(info -> info.setOrderId(storeOrder.getId()));
|
|
storeOrderInfos.forEach(info -> info.setOrderId(storeOrder.getId()));
|
|
// 优惠券修改
|
|
// 优惠券修改
|
|
// if (storeOrder.getCouponId() > 0) {
|
|
// if (storeOrder.getCouponId() > 0) {
|