Commit 2fa4e99c by 周晓航

打印日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent fa9605ac
......@@ -328,6 +328,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