update code
parent
978434df1f
commit
346b3e1443
|
@ -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="";
|
||||
|
|
Loading…
Reference in New Issue