Browse Source

查询4G+云存套餐列表

linhaohong 1 năm trước cách đây
mục cha
commit
bd13437e44

+ 1 - 1
AdminController/CloudServiceManage/AgentCustomerController.py

@@ -240,7 +240,7 @@ class AgentCustomerView(View):
             if not all([package_id, service_name]):
                 return response.json(444)
             if package_type == 1:
-                query_set = Store_Meal.objects.filter(is_show=1, id=package_id)
+                query_set = Store_Meal.objects.filter(is_show=0, id=package_id)
             elif package_type == 2:
                 query_set = UnicomCombo.objects.filter(is_show=1, is_del=False, id=package_id)
             else: