修改地址数据int为string
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user