|
@@ -819,6 +819,8 @@ class CustomerService extends Service
|
|
// if(empty($data['customer_contact'])) return [false,'客户联系方式不能为空'];
|
|
// if(empty($data['customer_contact'])) return [false,'客户联系方式不能为空'];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ list($status,$msg) = $this->limitingSendRequestBackgExpire($data['top_depart_id'] . $data['title'],3);
|
|
|
|
+ if(! $status) return [false, $msg];
|
|
|
|
|
|
if(empty($data['car_type']) && ! empty($data['car_type_title'])){
|
|
if(empty($data['car_type']) && ! empty($data['car_type_title'])){
|
|
$bool = BasicType::where('title',$data['car_type_title'])
|
|
$bool = BasicType::where('title',$data['car_type_title'])
|