Parcourir la source

根据市级管理者查询评分

zengyicheng il y a 2 ans
Parent
commit
7180bb2373
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1616,6 +1616,11 @@ 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["page"], 10);
 });
+//根据市级管理者查询评分
+router.route('/selectPoint').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectPoint", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
+});
 //查询分配案例
 router.route('/selectCaseUser').all((req, res, next) => {
     var json = queryString(req.url);