lsc 1 рік тому
батько
коміт
960c192fb7
1 змінених файлів з 24 додано та 0 видалено
  1. 24 0
      pbl.js

+ 24 - 0
pbl.js

@@ -2355,6 +2355,30 @@ router.route("/selectTesttCourse").all((req, res, next) => {
         json["pageSize"]
     );
 });
+//查询评测 评测中心
+router.route("/selectTesttCourseCenter").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectTesttCourseCenter",
+        json["type"],
+        json["uid"],
+        json["oid"],
+        json["org"],
+        json["classid"],
+        json["typea"],
+        json["typeb"],
+        json["typec"],
+        json["typed"],
+        json["typef"],
+        json["typeE"],
+        json["cu"],
+        json["cn"],
+        json["page"],
+        json["pageSize"]
+    );
+});
 router.route("/selectStudentCourseNew22Mode").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(