版署包不结算商队排名

This commit is contained in:
meixiongfeng 2023-06-29 19:14:56 +08:00
parent 4f005f8506
commit 85e821ac21

View File

@ -359,6 +359,7 @@ func (this *Caravan) TestFunc(session comm.IUserSession) {
// 赛季结算 // 赛季结算
func (this *Caravan) Rpc_ModuleCaravanSettlement(ctx context.Context, args *pb.EmptyReq, reply *pb.EmptyResp) (err error) { func (this *Caravan) Rpc_ModuleCaravanSettlement(ctx context.Context, args *pb.EmptyReq, reply *pb.EmptyResp) (err error) {
return
this.Debug("Rpc_ModuleCaravanSettlement", this.Debug("Rpc_ModuleCaravanSettlement",
log.Field{Key: "args", Value: args.String()}, log.Field{Key: "args", Value: args.String()},
) )