Commit 8973cc00 by 周晓航

重新开启门店营业时间校验规则

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 9a591ece
...@@ -1159,6 +1159,12 @@ public class CheckOrder { ...@@ -1159,6 +1159,12 @@ public class CheckOrder {
return code; return code;
} }
/**
* fisherman 预定单营业时间校验
* @param businessType
* @param businessHoursDay
* @param takeMealDateTime
*/
private void getBusinessTimeByType(Integer businessType, String businessHoursDay, Date takeMealDateTime) { private void getBusinessTimeByType(Integer businessType, String businessHoursDay, Date takeMealDateTime) {
if (businessType == null) { if (businessType == null) {
throw new ServiceException(ResponseResult.STORE_DATE_ERROR); throw new ServiceException(ResponseResult.STORE_DATE_ERROR);
......
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