Browse Source

查询后缀管理

11wqe1 3 weeks ago
parent
commit
19015a256f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -5634,7 +5634,7 @@ router.route("/addEvaTemplate").get((req, res, next) => {
 //后台管理 查询后缀管理
 router.route("/getAllSchoolSuffix").get((req, res, next) => {
     var json = queryString(req.url);
-    getmysql2(req, res, "getAllSchoolSuffix", json["sname"], json["oname"], json["aname"]);
+    getmysql2(req, res, "getAllSchoolSuffix", json["sname"], json["oname"], json["aname"],json["page"],json["num"]);
 });
 
 //teacher 查询项目模板