|
@@ -348,8 +348,8 @@ class Auth extends BaseController {
|
|
|
return \StrUtil::back($response_object, "Register.epCallBack");
|
|
|
}
|
|
|
}
|
|
|
- $medicalCommunities = Db::table("nhc_medical_community")->where("status", 1)->order("num asc,createTime asc")->select()->toArray();
|
|
|
- return view("", ["msg" => $msg, "medicalCommunities" => $medicalCommunities]);
|
|
|
+ //$medicalCommunities = Db::table("nhc_medical_community")->where("status", 1)->order("num asc,createTime asc")->select()->toArray();
|
|
|
+ return view("", ["msg" => $msg]);
|
|
|
}
|
|
|
|
|
|
public function enterprise_edit() {
|