Ver Fonte

根据省级级管理者查询案例

zengyicheng há 2 anos atrás
pai
commit
12f1e35af8
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1886,6 +1886,11 @@ router.route('/selectAnliList1').all((req, res, next) => {
     var json = queryString(req.url);
     var json = queryString(req.url);
     getmysql(req, res, "selectAnliList1", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
     getmysql(req, res, "selectAnliList1", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
 });
 });
+//根据省级级管理者查询案例
+router.route('/selectAnliList2').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectAnliList2", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
+});
 //删除案例
 //删除案例
 router.route('/deleteAnli').all((req, res, next) => {
 router.route('/deleteAnli').all((req, res, next) => {
     var json = queryString(req.url);
     var json = queryString(req.url);