Commit 322da8b8 by 徐康

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

parents 922a9641 4d349f1e
......@@ -3042,7 +3042,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
if(afterSalesOrderRespOptional.isPresent()) {
afterSaleOrderFoe.setCreatedDate(DateUtil.convert2String(new Date(Long.valueOf(afterSalesOrderRespOptional.get().getCreateTime())), "yyyy-MM-dd HH:mm:ss"));
}
orderFoeList.add(orderFoe);
orderFoeList.add(afterSaleOrderFoe);
}
mcCafePushOrderDto.setOrderFoe(orderFoeList);
......
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