Commit bbbadcc2 authored by zhongshangwu's avatar zhongshangwu

fix

parent 96aa2085
...@@ -71,7 +71,7 @@ class ProductListView(APIView): ...@@ -71,7 +71,7 @@ class ProductListView(APIView):
comment_nums_high = request.GET.get('comment_nums_high', None) comment_nums_high = request.GET.get('comment_nums_high', None)
effect_name = request.GET.get('effect_name', None) effect_name = request.GET.get('effect_name', None)
sorted_condition = request.GET.get('sorted_condition', None) sorted_condition = request.GET.get('sorted_condition', None)
effect_id = request.get.get('effect_id', None) effect_id = request.GET.get('effect_id', None)
data = self.rpc['neptune/commodity/product/list']( data = self.rpc['neptune/commodity/product/list'](
offset=offset, count=count, id_=id_, cn_name=cn_name, en_name=en_name, alias=alias, is_online=is_online, offset=offset, count=count, id_=id_, cn_name=cn_name, en_name=en_name, alias=alias, is_online=is_online,
......
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