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 = "";
         $tpl = "";
         switch ($this->user["type"]) {
         switch ($this->user["type"]) {
             case CommonConst::ENTERPRISE_WJ:
             case CommonConst::ENTERPRISE_WJ:
-                if ($this->user["isGeneral"] == 1) {
-                    $tpl = "/talent/hospital/examine_center"; //卫健医院
-                }
+                $tpl = "/talent/hospital/examine_center"; //卫健医院
                 break;
                 break;
         }
         }
         return view($tpl);
         return view($tpl);