sugangqiang 1 ano atrás
pai
commit
c965a3c460
1 arquivos alterados com 1 adições e 3 exclusões
  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);