|
|
@ -108,6 +108,18 @@ class DatabaseController extends BaseController |
|
|
|
$biaozhu = $request->get('biaozhu'); |
|
|
|
$biaozhu = $request->get('biaozhu'); |
|
|
|
$car_use_id = $request->get('car_use_id'); |
|
|
|
$car_use_id = $request->get('car_use_id'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
$insurer1_begin_arr = explode('-',$insurer1_begin); |
|
|
|
|
|
|
|
if(count($insurer1_begin_arr) == 2){ |
|
|
|
|
|
|
|
$insurer1_begin = ''; |
|
|
|
|
|
|
|
$insurer1_month = $insurer1_begin_arr[0]; |
|
|
|
|
|
|
|
$insurer1_day = $insurer1_begin_arr[1]; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$insurer1_end_arr = explode('-',$insurer1_end); |
|
|
|
|
|
|
|
if(count($insurer1_end_arr) == 2){ |
|
|
|
|
|
|
|
$insurer1_end = ''; |
|
|
|
|
|
|
|
$insurer1_month1 = $insurer1_end_arr[0]; |
|
|
|
|
|
|
|
$insurer1_day1 = $insurer1_end_arr[1]; |
|
|
|
|
|
|
|
} |
|
|
|
$params = array(); |
|
|
|
$params = array(); |
|
|
|
$params['car_man'] = $car_man; |
|
|
|
$params['car_man'] = $car_man; |
|
|
|
$params['phone'] = $phone; |
|
|
|
$params['phone'] = $phone; |
|
|
|