|
|
@@ -1821,6 +1821,19 @@ router.route("/getcocostudyspaceAll").all((req, res, next) => {
|
|
|
json["uid"]
|
|
|
);
|
|
|
});
|
|
|
+// 自主学习获取全部学习空间 yym
|
|
|
+router.route("/getcocostudyspaceAllCopy").all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(
|
|
|
+ req,
|
|
|
+ res,
|
|
|
+ "getcocostudyspaceAllCopy",
|
|
|
+ json["uid"],
|
|
|
+ json["page"],
|
|
|
+ json["num"]
|
|
|
+
|
|
|
+ );
|
|
|
+});
|
|
|
|
|
|
// 新学生管理查询学生带排序 yym
|
|
|
router.route("/selectStudentManagesrt").all((req, res, next) => {
|