Commit b7a7f375 by 徐康

Merge branch 'feature/20200727_麦咖啡p1v2支付券码路由' into qa

parents fdac4fa1 7d1d134e
...@@ -164,7 +164,7 @@ public class DeliveryAdapter { ...@@ -164,7 +164,7 @@ public class DeliveryAdapter {
}else { }else {
deliveryOrderRequestDto.setIsImmediateDelivery(1); deliveryOrderRequestDto.setIsImmediateDelivery(1);
String expectDeliveryTimeByUTC = order.getGmtCreate() !=null ? String expectDeliveryTimeByUTC = order.getGmtCreate() !=null ?
simpleDateFormat.format(DateUtil.addHours(DateUtil.addMinutes(new Date(order.getGmtCreate()),30), -8)) :null; simpleDateFormat.format(DateUtil.addHours(DateUtil.addMinutes(new Date(order.getGmtCreate()),storeInfo.getBizVO().getServiceTime()), -8)) :null;
deliveryOrderRequestDto.setExpectDeliveryTimeByUTC(expectDeliveryTimeByUTC); deliveryOrderRequestDto.setExpectDeliveryTimeByUTC(expectDeliveryTimeByUTC);
} }
//---麦咖啡餐道专用--- //---麦咖啡餐道专用---
......
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