update code

dev_xds
haha 2024-03-21 23:09:58 +08:00
parent 978434df1f
commit 346b3e1443
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class SurProjectAttendanceUser extends BaseEntity
u.nativePlace=j.getString("address");
u.gender=j.getLong("sex")==0l?1l:0l;
u.birthDate= DateUtil.parse(j.getString("birthday")).getTime();
u.phone=j.getString("headImage");
u.photo=j.getString("headImage");
u.degreeName=j.getString("education");
u.recentPhoto=j.getString("vaildPhoto");
u.groupId="";