Browse Source

现存量

cqpCow 1 year ago
parent
commit
664675b359
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Service/CustomerService.php

+ 0 - 1
app/Service/CustomerService.php

@@ -458,7 +458,6 @@ class CustomerService extends Service
      * @param $is_add
      * @return array
      */
-    public function customerRule($data, $is_add = true){
     public function customerRule(&$data, $is_add = true){
         if(empty($data['model_type'])) return [false,'客户模板类型不能为空'];
         if(! in_array($data['model_type'],Customer::$model_type)) return [false,'客户模板类型错误'];