Explorar el Código

orderType转换为int类型

guanhailong hace 2 años
padre
commit
3ffd1ab436
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      AdminController/ServeManagementController.py

+ 1 - 0
AdminController/ServeManagementController.py

@@ -610,6 +610,7 @@ class serveManagement(View):
 
         page = int(pageNo)
         line = int(pageSize)
+        orderType = int(orderType)
         try:
             omqs = Order_Model.objects.all()
             # 筛选指定设备id的订单