Commit bafdbadd by 周晓航

Merge branch 'KA-2.0.41-爱马哥预订单开发-zxh' into qa

parents 37259d91 2fa4e99c
......@@ -324,6 +324,7 @@ public class CheckOrder {
// 设置预约时间
Date takeMealDateTime = getOrderExpectTime(takeMealFlag, takeMealTimes, createOrderVo.getExpectTime(),
CreateOrderType.getByCode(createOrderVo.getOrderType()), storeResponseDto.getServiceTime(), storeResponseDto);
AppLogUtil.infoLog("fisherman 校验门店时间数据 00", JSON.toJSONString(takeMealDateTime),takeMealTimes);
if (takeMealDateTime != null) {
//校验预约时间 -->
if (!isAdvanceOrder) {
......
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