瀏覽代碼

现存量

cqpCow 1 年之前
父節點
當前提交
664675b359
共有 1 個文件被更改,包括 0 次插入1 次删除
  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,'客户模板类型错误'];