瀏覽代碼

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

11wqe1 4 周之前
父節點
當前提交
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"]
         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
 //  新学生管理查询学生带排序  yym
 router.route("/selectStudentManagesrt").all((req, res, next) => {
 router.route("/selectStudentManagesrt").all((req, res, next) => {