Преглед изворни кода

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