cqp 5 days ago
parent
commit
10ff52cbd5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Service/EmployeeService.php

+ 1 - 0
app/Service/EmployeeService.php

@@ -80,6 +80,7 @@ class EmployeeService extends Service
             $model->emp_name = $data['emp_name'];
             $model->mobile = $data['mobile'] ?? '';
             $model->is_admin = $data['is_admin'];
+            $model->is_wx_admin = $data['is_wx_admin'];
             $model->account = $data['number'];
             if($model->is_admin == 1){
                 if($data['password'] !== '******'){