装备回收报错

This commit is contained in:
meixiongfeng 2023-06-26 21:37:41 +08:00
parent 4dfdad08a9
commit 9e1ebbd659

View File

@ -35,12 +35,6 @@ func (this *apiComp) Sell(session comm.IUserSession, req *pb.SmithySellReq) (err
Code: code, Code: code,
Title: code.ToString(), 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) conf, err := this.module.configure.GetSmithyCustomerConf(req.CustomerId)