Commit 59428dc2 by 吕明尚

门店选择增加3小时前预约

parent 86222f29
......@@ -390,8 +390,8 @@ public class SStoreServiceImpl extends ServiceImpl<SStoreMapper, SStore> impleme
}
vo.setOrderType(order.getOrderType());
} else {
vo.setOrderTimeType(0);
vo.setOrderTime(0L);
vo.setOrderTimeType(2);
vo.setOrderTime(3L);
}
voList.add(vo);
});
......
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