zengyicheng 1 рік тому
батько
коміт
c0c02396da
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -2603,7 +2603,7 @@ router.route('/getRealTimeClassById').all((req, res, next) => {
 //根据区级管理者查询案例
 router.route('/selectAnliList').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectAnliList", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["title"], json["page"], 10);
+    getmysql(req, res, "selectAnliList", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
 });
 //根据市级管理者查询案例
 router.route('/selectAnliList1').all((req, res, next) => {