|
@@ -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:
|