|
@@ -304,6 +304,8 @@ class YuyueController extends UserBaseController |
|
@@ -304,6 +304,8 @@ class YuyueController extends UserBaseController |
304
|
$exist_map1['yuyue_end'] = ['<=',$end];
|
304
|
$exist_map1['yuyue_end'] = ['<=',$end];
|
305
|
|
305
|
|
306
|
$is_exist1=\db('yuyue')->where($exist_map1)->find();
|
306
|
$is_exist1=\db('yuyue')->where($exist_map1)->find();
|
|
|
307
|
+ dump($is_exist1);
|
|
|
308
|
+ dump($is_exist);
|
307
|
if (!empty($is_exist)||!empty($is_exist1)){
|
309
|
if (!empty($is_exist)||!empty($is_exist1)){
|
308
|
return json(['code' => '0', 'msg' => '您好,您的预约时间与其他学员冲突,请刷新后提交!']);
|
310
|
return json(['code' => '0', 'msg' => '您好,您的预约时间与其他学员冲突,请刷新后提交!']);
|
309
|
}
|
311
|
}
|