|
@@ -1835,6 +1835,11 @@ router.route("/getcocostudyspaceAllCopy").all((req, res, next) => {
|
|
|
);
|
|
);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+// 自主学习-学习空间-删除学习空间 yym
|
|
|
|
|
+router.route("/delstyspcid").all((req, res, next) => {
|
|
|
|
|
+ postmysql(req, res, "delstyspcid");
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
// 新学生管理查询学生带排序 yym
|
|
// 新学生管理查询学生带排序 yym
|
|
|
router.route("/selectStudentManagesrt").all((req, res, next) => {
|
|
router.route("/selectStudentManagesrt").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|