update kill_house
This commit is contained in:
@@ -8229,7 +8229,7 @@ class KillHouseRequestForCompleteInformationViewSet(viewsets.ModelViewSet):
|
||||
assignment_state_archive='pending',
|
||||
non_receipt=False,
|
||||
trash=False).order_by(
|
||||
'create_date')
|
||||
'-create_date')
|
||||
|
||||
else:
|
||||
if role_key:
|
||||
@@ -8250,7 +8250,7 @@ class KillHouseRequestForCompleteInformationViewSet(viewsets.ModelViewSet):
|
||||
killer__in=kill_house)),
|
||||
assignment_state_archive='pending',
|
||||
non_receipt=False,
|
||||
trash=False)
|
||||
trash=False).order_by('-create_date')
|
||||
|
||||
if 'search' in request.GET:
|
||||
if request.GET['search'] == 'filter':
|
||||
|
||||
Reference in New Issue
Block a user