zengyicheng hace 2 años
padre
commit
73929c73e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -793,7 +793,7 @@ router.route('/selectType').all((req, res, next) => {
 //根据学校查询分类
 router.route('/selectPtype').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectPtype", json["oid"], json["page"], 10);
+    getmysql(req, res, "selectPtype", json["page"], 10);
 });
 //添加分类
 router.route('/addPtype').all((req, res, next) => {