update code

dev_xds
haha 2024-04-07 21:18:24 +08:00
parent e9c16e7964
commit 26316752c1
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class SurProjectAttendanceUser extends BaseEntity
u.name=j.getString("name");
u.ethnic=j.getString("nationalName");
u.nativePlace=j.getString("provinceName")+j.getString("cityName");
u.gender=j.getLongValue("sex",0);
u.gender=j.getLongValue("sex",0)==0l?1l:0l;
u.birthDate=j.getLongValue("birthday",0);
u.phone=j.getString("phone");
u.degreeName=j.getString("levelOfEducation");