lsc před 1 rokem
rodič
revize
b02ae5f443
1 změnil soubory, kde provedl 15 přidání a 0 odebrání
  1. 15 0
      pbl.js

+ 15 - 0
pbl.js

@@ -2705,6 +2705,21 @@ router.route("/selectTesttCourse").all((req, res, next) => {
         json["pageSize"]
     );
 });
+//查询评测
+router.route("/selectTesttCourse2").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectTesttCourse2",
+        json["oid"],
+        json["org"],
+        json["type"],
+        json["cn"],
+        json["page"],
+        json["pageSize"]
+    );
+});
 //查询评测 评测中心
 router.route("/selectTesttCourseCenter").all((req, res, next) => {
     var json = queryString(req.url);