|
|
@@ -268,17 +268,17 @@ public class LoginController implements LoginControllerAPI {
|
|
|
// }
|
|
|
} else {
|
|
|
//更新微校获取的年纪信息
|
|
|
- student.setAdmissNum(card_number);
|
|
|
- student.setName(user_name);
|
|
|
- student.setPhone(phone);
|
|
|
- student.setSchool(!StringUtils.hasText(campus) ? "墨轩湖校区" : campus);
|
|
|
- student.setSchoolId(!StringUtils.hasText(campus) ? 1 : eSchool.stringOf(campus));
|
|
|
- student.setSex(gender == 1 ? "男" : "女");
|
|
|
+// student.setAdmissNum(card_number);
|
|
|
+// student.setName(user_name);
|
|
|
+// student.setPhone(phone);
|
|
|
+// student.setSchool(!StringUtils.hasText(campus) ? "墨轩湖校区" : campus);
|
|
|
+// student.setSchoolId(!StringUtils.hasText(campus) ? 1 : eSchool.stringOf(campus));
|
|
|
+// student.setSex(gender == 1 ? "男" : "女");
|
|
|
// student.setCollege(college);
|
|
|
// student.setMajor(profession);
|
|
|
student.setIdenType(idenType);
|
|
|
//student.setClassstr(classStr);
|
|
|
- student.setCardId(id_card);//身份证号
|
|
|
+ //student.setCardId(id_card);//身份证号
|
|
|
|
|
|
if(student.getIdenType().intValue() == 1 && !(student.getIsPay() != null && student.getIsPay().intValue() == 1)){
|
|
|
List<JsonPayVo> payInfos = WelcomePayController.queryStudentPayInfo(card_number,TimeExchange.getYear());
|