装备回收报错
This commit is contained in:
parent
4dfdad08a9
commit
9e1ebbd659
@ -35,12 +35,6 @@ func (this *apiComp) Sell(session comm.IUserSession, req *pb.SmithySellReq) (err
|
||||
Code: code,
|
||||
Title: code.ToString(),
|
||||
}
|
||||
} else {
|
||||
errdata = &pb.ErrorData{
|
||||
Code: pb.ErrorCode_DBError,
|
||||
Title: pb.ErrorCode_DBError.ToString(),
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
conf, err := this.module.configure.GetSmithyCustomerConf(req.CustomerId)
|
||||
|
Loading…
Reference in New Issue
Block a user