Merge branch 'bs_2.0.6.28' of http://git.legu.cc/liwei_3d/go_dreamfactory into bs_2.0.6.28

This commit is contained in:
liwei 2023-06-29 19:31:15 +08:00
commit 90733e5385

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()},
) )