lsc 1 week ago
parent
commit
f10c9783ce
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8711,6 +8711,11 @@ router.route("/getCourseWorkCount").all((req, res, next) => {
     postmysql(req, res, "getCourseWorkCount");
 });
 
+//移动新旧作业
+router.route("/moveCourseWork").all((req, res, next) => {
+    postmysql(req, res, "moveCourseWork");
+});
+
 //根据id查询英语写作评价模板
 router.route("/selectEnglishEvaById").all((req, res, next) => {
     var json = queryString(req.url);