lsc 1 year ago
parent
commit
7f57e8338e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -5479,6 +5479,12 @@ router.route("/deleteTestCourse").all((req, res, next) => {
     postmysql(req, res, "deleteTestCourse");
 });
 
+//评测中心-批改
+router.route("/addTestWorksTeacher").all((req, res, next) => {
+    postmysql(req, res, "addTestWorksTeacher");
+});
+
+
 //评测中心-复制评测
 router.route("/copyTestWorks").all((req, res, next) => {
     postmysql(req, res, "copyTestWorks");