This commit is contained in:
2024-08-23 13:15:28 +08:00
parent a3d49f8b91
commit 3f2dae8364
3 changed files with 13 additions and 1 deletions
-1
View File
@@ -31,7 +31,6 @@ func GetUserInfoDto(m *model.UserInfo) *UserInfoDto {
return &UserInfoDto{
UserInfoId: fmt.Sprintf("%d", m.UserInfoId),
UserId: fmt.Sprintf("%d", m.UserInfoId),
NationId: fmt.Sprintf("%d", *m.NationId),
IsFamilyHistory: m.IsFamilyHistory,
IsPregnant: m.IsPregnant,
ProvinceId: m.ProvinceId,