Commit 258d2add by 周晓航

打日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 2a24c126
...@@ -1193,6 +1193,9 @@ public class OrderAdapter { ...@@ -1193,6 +1193,9 @@ public class OrderAdapter {
} else { } else {
responseVo.setTakeMealTime("我已到店"); responseVo.setTakeMealTime("我已到店");
} }
if (ordersBean.getEstimateDeliveryCompleteTime() !=null) {
//responseVo.setReserveDeliveryTime();
} else {
// 更新该字段 用于 预计送达时间 // 更新该字段 用于 预计送达时间
if (orderExtInfoDto != null && StringUtils.isNotBlank(orderExtInfoDto.getDeliveryHoursDayStart()) if (orderExtInfoDto != null && StringUtils.isNotBlank(orderExtInfoDto.getDeliveryHoursDayStart())
...@@ -1210,6 +1213,7 @@ public class OrderAdapter { ...@@ -1210,6 +1213,7 @@ public class OrderAdapter {
} }
} }
} }
}
responseVo.setOrderCreateTime(yyyyMMddHHmmss.format(new Date(ordersBean.getGmtCreate()))); responseVo.setOrderCreateTime(yyyyMMddHHmmss.format(new Date(ordersBean.getGmtCreate())));
//到店的用餐方式有:打包带走、店内就餐 ,外卖没有用餐方式 //到店的用餐方式有:打包带走、店内就餐 ,外卖没有用餐方式
......
...@@ -1052,7 +1052,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1052,7 +1052,7 @@ public class OrderServiceImpl implements Orderservice {
}); });
} }
LogUtil.info(" fisherman queryOrders _>",orders,null);
List<QueryOrderResponseVo> queryOrderResponseVos = orderAdapter.convent2QueryOrderResponseVos(orders, userLoginInfoDto.getWxAppId(), userLoginInfoDto.getIappId()); List<QueryOrderResponseVo> queryOrderResponseVos = orderAdapter.convent2QueryOrderResponseVos(orders, userLoginInfoDto.getWxAppId(), userLoginInfoDto.getIappId());
if (QueryOrderStatus.TAKE_MEAL.getCode().intValue() == queryOrderVo.getQueryOrderStatus()) { if (QueryOrderStatus.TAKE_MEAL.getCode().intValue() == queryOrderVo.getQueryOrderStatus()) {
......
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