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);