Commit 4ead7e66 authored by 钟尚武's avatar 钟尚武

Merge branch 'product' into 'test'

fix

See merge request alpha/sun!401
parents 215e1878 bbbadcc2
......@@ -71,7 +71,7 @@ class ProductListView(APIView):
comment_nums_high = request.GET.get('comment_nums_high', None)
effect_name = request.GET.get('effect_name', 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'](
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