lsc 5 months ago
parent
commit
0777af4808
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8259,6 +8259,11 @@ router.route("/getTestWorksNoPageCopy").all((req, res, next) => {
     getmysql(req, res, "getTestWorksNoPageCopy", json["cid"], json["cn"], json["tim"], json["tea"]);
 });
 
+//评测中心-获取评测提交详情 yym
+router.route("/getTestWorksNoPageCopy2").all((req, res, next) => {
+    postmysql(req, res, "getTestWorksNoPageCopy2");
+});
+
 
 //评测中心-获取评测提交详情
 router.route("/getTestWorksPage2").all((req, res, next) => {