cqp 3 months ago
parent
commit
ccc3393fbe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Service/CustomerService.php

+ 2 - 0
app/Service/CustomerService.php

@@ -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'])