Commit 37d60923 authored by zhangbin's avatar zhangbin
Browse files

update service query

parent 8a406e73
Showing with 1 addition and 1 deletion
+1 -1
......@@ -37,7 +37,7 @@ class ServiceMarket(LeftSideBarMixin, AuthedView):
def get(self, request, *args, **kwargs):
try:
context = self.get_context()
cacheServiceList = ServiceInfo.objects.all()
cacheServiceList = ServiceInfo.objects.all(status="published")
context["cacheServiceList"] = cacheServiceList
context["serviceMarketStatus"] = "active"
context["tenantName"] = self.tenantName
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment