Commit 32dd084b by 徐康

麦咖啡推送数据

parent 4582b6f8
......@@ -2604,7 +2604,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
mcCafePushOrderDto.setStatus(NewOrderStatus.COMPLETE.getIndex().equals(orderInfoReqs.getOrderState())?"40":"80");
mcCafePushOrderDto.setInvoiceNeeded(orderExtInfoDto.getNeedInvoice());
mcCafePushOrderDto.setInvoiced(1);
mcCafePushOrderDto.setInvoiced(orderExtInfoDto.getNeedInvoice());
mcCafePushOrderDto.setCustomer_id(orderExtInfoDto.getThirdPartyMemberId());
mcCafePushOrderDto.setStoreCode(orderInfoReqs.getStoreId());
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