Commit 800a6ddd by hanghang.wang

华莱士

parent 576a1e8d
......@@ -101,9 +101,6 @@ public class SpellGroupOrderServiceImpl implements SpellGroupOrderService {
private StoreCenterService storeCenterService;
@Autowired
private ActivitySdkAdapter activitySdkAdapter;
@Autowired
private MQService mqService;
@Value("${program.backorders_change_order_status_consumer_queue}")
......@@ -111,9 +108,6 @@ public class SpellGroupOrderServiceImpl implements SpellGroupOrderService {
@Value("${program.backorders_notify_activity_exchange}")
private String backOrdersNotifyActivityExchange;
@Autowired
private DeliveryFeiginClient deliveryFeiginClient;
@Override
public BaseResponse createSpellGroupOrder(CreateSpellGroupOrderReq createSpellGroupOrderReq) {
String trackingNo = LogThreadLocal.getTrackingNo();
......@@ -171,7 +165,6 @@ public class SpellGroupOrderServiceImpl implements SpellGroupOrderService {
return ResponseUtil.error(ResponseResult.SPELL_GROUP_ACTIVITE_AMOUNT_ERROR);
}
createSpellGroupOrderDto.setActivityCalculationDiscountResponseDto(activityCalculationDiscountResponseDto);
//转换费用信息->查询配送费
QueryDeliveryTemplateRequest queryDeliveryTemplateRequest = spellGroupOrderAdapter.convertToQueryDeliveryTemplateRequest(createSpellGroupOrderDto);
QueryDeliveryTemplateResponse queryDeliveryTemplateResponse = spellGroupOrderDataManager.queryDeliveryTemplate(queryDeliveryTemplateRequest);
......
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