Преглед на файлове

修复查询结算接口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: