yingzi 2 years ago
parent
commit
748693b591
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/system/controller/Audit.php

+ 0 - 3
app/system/controller/Audit.php

@@ -119,11 +119,8 @@ class Audit extends BaseController
                     'admin_id'          => $request->adminInfo['id'],
                 ]);
             (new UserModel)->where("uid",$certData["uid"])->update(["work_type_id"=>$certData["user_work_type_id"]]);
-            
             //绑定初始化模板
             (new UserShowTemplate)->userBindTempInit($certData["uid"]);
-            
-            
             return app('json')->success('操作成功');
         }
         //审核驳回