修正最少立减金额判断
This commit is contained in:
@@ -733,6 +733,7 @@ func (r *UserService) PutUser(userId int64, req requests.PutUser) (bool, error)
|
||||
if req.NationId != "" {
|
||||
if userInfo.NationId != nil {
|
||||
nationId := fmt.Sprintf("%d", *userInfo.NationId)
|
||||
fmt.Println(req.NationId)
|
||||
if req.NationId != nationId {
|
||||
userInfoData["nation_id"] = req.NationId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user