4444
This commit is contained in:
@@ -52,6 +52,9 @@ func (r *User) GetUserInfo(c *gin.Context) {
|
||||
|
||||
g := dto.GetUserInfoDto(userInfo)
|
||||
|
||||
// 加载数据-民族
|
||||
g.LoadNationId(userInfo.NationId)
|
||||
|
||||
// 加载数据-预产期
|
||||
g.LoadExpectedDate(userInfo.ExpectedDate)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user