فهرست منبع

自主学习获取全部学习空间

11wqe1 3 هفته پیش
والد
کامیت
3a07c2e2c4
1فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  1. 13 0
      pbl.js

+ 13 - 0
pbl.js

@@ -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) => {