lsc 5 ngày trước cách đây
mục cha
commit
9d684cce95
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  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);