Commit c85e2617 by 徐康

Merge branch 'feature/xukang_20210907_麦咖啡订单数据推送到麦当劳' into qa

parents 9fab8ac1 32dd084b
...@@ -2619,7 +2619,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService { ...@@ -2619,7 +2619,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
mcCafePushOrderDto.setStatus(NewOrderStatus.COMPLETE.getIndex().equals(orderInfoReqs.getOrderState())?"40":"80"); mcCafePushOrderDto.setStatus(NewOrderStatus.COMPLETE.getIndex().equals(orderInfoReqs.getOrderState())?"40":"80");
mcCafePushOrderDto.setInvoiceNeeded(orderExtInfoDto.getNeedInvoice()); mcCafePushOrderDto.setInvoiceNeeded(orderExtInfoDto.getNeedInvoice());
mcCafePushOrderDto.setInvoiced(1); mcCafePushOrderDto.setInvoiced(orderExtInfoDto.getNeedInvoice());
mcCafePushOrderDto.setCustomer_id(orderExtInfoDto.getThirdPartyMemberId()); mcCafePushOrderDto.setCustomer_id(orderExtInfoDto.getThirdPartyMemberId());
mcCafePushOrderDto.setStoreCode(orderInfoReqs.getStoreId()); mcCafePushOrderDto.setStoreCode(orderInfoReqs.getStoreId());
mcCafePushOrderDto.setStoreName(orderInfoReqs.getStoreName()); mcCafePushOrderDto.setStoreName(orderInfoReqs.getStoreName());
......
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