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