diff --git a/modules/user/module.go b/modules/user/module.go index 2fe272e1e..7660a85db 100644 --- a/modules/user/module.go +++ b/modules/user/module.go @@ -234,7 +234,7 @@ func (this *User) QueryAttributeValue(uid string, attr string) (value int64) { func (this *User) change(session comm.IUserSession, attr string, add int32) (change *pb.UserResChangedPush, code pb.ErrorCode) { if add == 0 { log.Errorf("attr no changed,uid: %s attr: %s add: %d", session.GetUserId(), attr, add) - code = pb.ErrorCode_ReqParameterError + // code = pb.ErrorCode_ReqParameterError return }