|
@@ -1767,6 +1767,11 @@ router.route("/updatecocostudySpace").all((req, res, next) => {
|
|
|
postmysql(req, res, "updatecocostudySpace");
|
|
postmysql(req, res, "updatecocostudySpace");
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+// 自主学习修改学习空间 yym
|
|
|
|
|
+router.route("/updatecocostudySpaceCopy").all((req, res, next) => {
|
|
|
|
|
+ postmysql(req, res, "updatecocostudySpaceCopy");
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
// 自主学习-学习空间-添加工具 yym
|
|
// 自主学习-学习空间-添加工具 yym
|
|
|
router.route("/addctysconote").all((req, res, next) => {
|
|
router.route("/addctysconote").all((req, res, next) => {
|
|
|
postmysql(req, res, "addctysconote");
|
|
postmysql(req, res, "addctysconote");
|