cqp 5 дней назад
Родитель
Сommit
10ff52cbd5
1 измененных файлов с 1 добавлено и 0 удалено
  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'] !== '******'){