Commit 4d349f1e by 徐康

网关验证

parent b6bb4bcb
......@@ -3025,7 +3025,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