소스 검색

修复查询结算接口bug

linhaohong 1 년 전
부모
커밋
79fe57d2f5
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      AdminController/CloudServiceManage/AgentCustomerController.py

+ 0 - 3
AdminController/CloudServiceManage/AgentCustomerController.py

@@ -529,9 +529,6 @@ class AgentCustomerView(View):
         page = int(request_dict.get('page', 1))  # 默认为第一页
         page_size = int(request_dict.get('page_size', 10))  # 默认每页10条记录
 
-        if status is None:
-            return response.json(444)
-
         try:
             agent_customer_info = AgentCustomerInfo.objects.filter(user_id=userID).first()
             if agent_customer_info is None: