去掉debug 数据

This commit is contained in:
meixiongfeng 2022-12-20 11:50:34 +08:00
parent 8de4cc38c7
commit d1fb30e587

View File

@ -32,11 +32,6 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.GourmetGetListRe
// 任务统计
this.module.ModuleRtask.SendToRtask(session, comm.Rtype136, _gourmet.TotalTime)
resp := &pb.GourmetCreateOrderReq{}
resp.Order = append(resp.Order, &pb.OrderCook{
FoodType: 1001,
FoodCount: 10,
})
this.CreateOrder(session, resp)
return
}