Commit ad7eaaf5 by xiaoer.li@freemud.com

fix:删除

parent c26ef888
...@@ -314,9 +314,6 @@ public class CalculationSharingDiscountService { ...@@ -314,9 +314,6 @@ public class CalculationSharingDiscountService {
calculationSharingDiscountRequestDto.setChannel(activityChannelEnum.getCode()); calculationSharingDiscountRequestDto.setChannel(activityChannelEnum.getCode());
} }
//========================== 购物车查询特有逻辑 =================================
// 到店自取包装费设为null,外卖要计算包装费,flag为1表示去结算
// 兼容老版本判断null
if (Objects.equals(orderType, CreateOrderType.COLLECT_GOODS.getCode())) { if (Objects.equals(orderType, CreateOrderType.COLLECT_GOODS.getCode())) {
calculationSharingDiscountRequestDto.setProductChannel(BusinessTypeEnum.SAAS_PICKUP.getCode()); calculationSharingDiscountRequestDto.setProductChannel(BusinessTypeEnum.SAAS_PICKUP.getCode());
} else if (Objects.equals(orderType, CreateOrderType.TAKE_OUT.getCode())) { } else if (Objects.equals(orderType, CreateOrderType.TAKE_OUT.getCode())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment