sugangqiang 1 년 전
부모
커밋
c965a3c460
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      app/enterprise/controller/Talent.php

+ 1 - 3
app/enterprise/controller/Talent.php

@@ -1631,9 +1631,7 @@ class Talent extends EnterpriseController {
         $tpl = "";
         switch ($this->user["type"]) {
             case CommonConst::ENTERPRISE_WJ:
-                if ($this->user["isGeneral"] == 1) {
-                    $tpl = "/talent/hospital/examine_center"; //卫健医院
-                }
+                $tpl = "/talent/hospital/examine_center"; //卫健医院
                 break;
         }
         return view($tpl);