lsc 5 月之前
父节点
当前提交
0777af4808
共有 1 个文件被更改,包括 5 次插入0 次删除
  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) => {