|
@@ -545,7 +545,7 @@ class UnicomComboTaskView(View):
|
|
"""
|
|
"""
|
|
获取接入号码变更任务
|
|
获取接入号码变更任务
|
|
"""
|
|
"""
|
|
- task_qs = AccessNumberTaskQueue.objects.exclude(status=1).filter(count__lt=4).order_by('-created_time')
|
|
|
|
|
|
+ task_qs = AccessNumberTaskQueue.objects.exclude(status=1).filter(count__lt=4).order_by('created_time')
|
|
if not task_qs.exists():
|
|
if not task_qs.exists():
|
|
return response.json(0)
|
|
return response.json(0)
|
|
logger.info('接入卡号变更任务总数:{}'.format(task_qs.count()))
|
|
logger.info('接入卡号变更任务总数:{}'.format(task_qs.count()))
|