sandm 1 жил өмнө
parent
commit
aae454b831

+ 3 - 1
app/index/controller/Auth.php

@@ -231,7 +231,9 @@ class Auth extends BaseController {
                     "avatar" => $user["headPortrait"],
                     "rolename" => "企业用户",
                     "usertype" => $type,
-                    "type" => $user["type"]
+                    "type" => $user["type"],
+                    "isGeneral" => $user["isGeneral"],
+                    "medicalCommunityId" => $user["medicalCommunityId"]
                 ]);
                 break;
             case 3: