修改地址数据int为string

This commit is contained in:
2024-08-23 13:39:05 +08:00
parent 04b6469827
commit c3d4333220
4 changed files with 37 additions and 34 deletions
+3 -3
View File
@@ -125,11 +125,11 @@ func (r *Login) Login(c *gin.Context) {
IsFamilyHistory: nil,
IsPregnant: nil,
ExpectedDate: nil,
ProvinceId: nil,
ProvinceId: "",
Province: "",
CityId: nil,
CityId: "",
City: "",
CountyId: nil,
CountyId: "",
County: "",
}
userInfoDao := dao.UserInfoDao{}