zengyicheng 1 năm trước cách đây
mục cha
commit
c0c02396da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {