This commit is contained in:
2024-08-23 13:11:08 +08:00
parent 887168d72f
commit a3d49f8b91
4 changed files with 45 additions and 18 deletions
+3
View File
@@ -52,6 +52,9 @@ func (r *User) GetUserInfo(c *gin.Context) {
g := dto.GetUserInfoDto(userInfo)
// 加载数据-民族
g.LoadNationId(userInfo.NationId)
// 加载数据-预产期
g.LoadExpectedDate(userInfo.ExpectedDate)