Commit 111ab6af authored by haowang's avatar haowang

fix topic list

parent f02074d7
......@@ -26,7 +26,7 @@ class TopicListView(APIView):
if int(drop_score) == 0:
filters.update({'drop_score': int(drop_score)})
elif int(drop_score) == 1:
filters.update({'drop_score__gt': int(drop_score)})
filters.update({'drop_score__exclude': int(drop_score)})
res = self.rpc['physical/search/business/topic'](
offset=(page-1) * limit,
......
Markdown is supported
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