dev_xds
姜玉琦 2024-03-21 23:12:02 +08:00
commit cf1bbc65a8
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.nativePlace=j.getString("address");
u.gender=j.getLong("sex")==0l?1l:0l; u.gender=j.getLong("sex")==0l?1l:0l;
u.birthDate= DateUtil.parse(j.getString("birthday")).getTime(); u.birthDate= DateUtil.parse(j.getString("birthday")).getTime();
u.phone=j.getString("headImage"); u.photo=j.getString("headImage");
u.degreeName=j.getString("education"); u.degreeName=j.getString("education");
u.recentPhoto=j.getString("vaildPhoto"); u.recentPhoto=j.getString("vaildPhoto");
u.groupId=""; u.groupId="";