|
@@ -4071,6 +4071,10 @@ router.route("/copyCourse").all((req, res, next) => {
|
|
|
postmysql(req, res, "copyCourse");
|
|
|
});
|
|
|
//复制课程
|
|
|
+router.route("/copyCourse2").all((req, res, next) => {
|
|
|
+ postmysql(req, res, "copyCourse2");
|
|
|
+});
|
|
|
+//复制课程
|
|
|
router.route("/copyCourseSz").all((req, res, next) => {
|
|
|
postmysql2(req, res, "copyCourse");
|
|
|
});
|
|
@@ -8511,6 +8515,7 @@ router.route("/insert_systemOperation_countdownBehavior").all((req,res,next)=>{
|
|
|
|
|
|
//lsc 课程管理行为备忘(添加)
|
|
|
router.route("/addCourseBehavior").all((req,res,next)=>{
|
|
|
+ console.log(req.body[0].content)
|
|
|
postmysql(req,res,'addCourseBehavior')
|
|
|
})
|
|
|
|