| @@ -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') |