修改检测用户信息是否补全

This commit is contained in:
wucongxing8150 2024-09-02 14:04:32 +08:00
parent 7285da9a79
commit 50c28a6ab2

View File

@ -940,14 +940,6 @@ func (r *UserService) CheckUserInfo(userInfo *model.UserInfo) bool {
return false
}
if userInfo.Height == "" {
return false
}
if userInfo.Weight == "" {
return false
}
if userInfo.IsFamilyHistory == nil {
return false
}