Explorar el Código

四季采摘接口增加参数

yf_ymm hace 5 años
padre
commit
bdf63bba22
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/Equipment/views.py

+ 0 - 1
apps/Equipment/views.py

@@ -1375,7 +1375,6 @@ class My_Pub_List(ListView):
         page = int(request.GET.get("page",1))
         hidden = request.GET.get("hidden")
         _type = request.GET.get("type")
-        page = request.GET.get("hidden")
         _list = CKArticle.objects.all()
         if _type:
             _list = _list.filter(art_type=_type)