|
|
@@ -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);
|