@@ -237,6 +237,10 @@ public class LoginController implements LoginControllerAPI {
System.out.println("微校授权校区:" + campus);
+ if(student != null){
+ idenType =student.getIdenType();
+ }
+
Integer studentId = 0;
if (student == null && idenType == 2) {
try {