Commit 035d9bd9 authored by lvshibao's avatar lvshibao

修改定时任务时间,和任务获取数据的方式

parent 41285637
......@@ -235,7 +235,7 @@ def db_seat_area(req):
def db_static_rule(req):
city_id = req.data.get('city', None) if 'city_id' in req.data else req.GET.get('city', None)
city_id = req.data.get('city', None) if 'city' in req.data else req.GET.get('city', None)
country_id = req.data.get('country', None) if 'country' in req.data else req.GET.get('country', None)
team_id = req.data.get('team', None) if 'team' in req.data else req.GET.get('team', None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment