fix:分割商品未保存detail修复
This commit is contained in:
@@ -2032,7 +2032,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
orderInfo.setCouponInfoList(JSONObject.toJSONString(couponInfo));
|
||||
|
||||
// 修改订单detail
|
||||
mpOrderDetailService.updateBatchById(priceDTO.getOrderDetailList());
|
||||
mpOrderDetailService.saveOrUpdateBatch(priceDTO.getOrderDetailList());
|
||||
return orderInfo.getOrderAmount();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user