|
|
|
|
@ -302,8 +302,8 @@ class UserOrderController extends Controller
|
|
|
|
|
]);
|
|
|
|
|
if (count($time_check['data']) != 1) Yo::error_echo(200047);
|
|
|
|
|
if (!!$group_info) {
|
|
|
|
|
if (strtotime($group_info['start_time'] . ' 00:00:00') > strtotime($time_info->date . ' ' . $time_info->start_time)) Yo::error_echo(200047);
|
|
|
|
|
if (strtotime($group_info['end_time'] . ' 23:59:59') < strtotime($time_info->date . ' ' . $time_info->end_time)) Yo::error_echo(200047);
|
|
|
|
|
if (strtotime($group_info['start_time'] . ' 00:00:00') > strtotime($time_info->date . ' ' . $time_info->start_time)) Yo::error_echo(200092);
|
|
|
|
|
if (strtotime($group_info['end_time'] . ' 23:59:59') < strtotime($time_info->date . ' ' . $time_info->end_time)) Yo::error_echo(200092);
|
|
|
|
|
}
|
|
|
|
|
$true_price = $price;
|
|
|
|
|
//如果是团检判断分组内的统收限额,超过限额的部分收费
|
|
|
|
|
|