update

FFIB 2 years ago
parent
commit
e44b753d62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/admin_views.py

+ 1 - 1
api/admin_views.py

@@ -1449,7 +1449,7 @@ def member_goods_list(request, administrator):
1449 1449
     title = request.POST.get('title', '')
1450 1450
     page = request.POST.get('page', 1)
1451 1451
     num = request.POST.get('num', 20)
1452
-    understock = request.POST.get('understock', 0)
1452
+    understock = request.POST.get('understock', '')
1453 1453
     good_state = request.POST.get('good_state', '')
1454 1454
 
1455 1455
     logs = GoodsInfo.objects.filter(title__icontains=title).order_by('-pk')