lsc 1 周之前
父節點
當前提交
f10c9783ce
共有 1 個文件被更改,包括 5 次插入0 次删除
  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);