lsc 5 天之前
父節點
當前提交
9d684cce95
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      pbl.js

+ 18 - 0
pbl.js

@@ -5660,6 +5660,24 @@ router.route("/selectPointAllGM").all((req, res, next) => {
         json["title"]
     );
 });
+//根据市级管理者查询全部评分
+router.route("/selectPointAllGM2").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectPointAllGM2",
+        json["typea"],
+        json["typeb"],
+        json["typec"],
+        json["typed"],
+        json["typeE"],
+        json["cn"],
+        json["cid"],
+        json["title"],
+        json["numCheck"]
+    );
+});
 //查询分配案例
 router.route("/selectCaseUser").all((req, res, next) => {
     var json = queryString(req.url);