浏览代码

查询学生课程作业

11wqe1 11 月之前
父节点
当前提交
eb613e8629
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      pbl.js

+ 15 - 0
pbl.js

@@ -4883,6 +4883,21 @@ router.route("/selectStudentCourseWorks").all((req, res, next) => {
         10
     );
 });
+//查询学生课程作业
+router.route("/selectStudentCourseWorksTwo").all((req, res, next) => {
+    var json = queryString(req.url); //cid 课程id,page 页数
+    getmysql(
+        req,
+        res,
+        "selectStudentCourseWorksTwo",
+        json["uid"],
+        json["cname"],
+        json["uClass"],
+        json["page"],
+        10
+    );
+});
+
 //查询报告数据
 router.route("/getCourseWorksReport").all((req, res, next) => {
     var json = queryString(req.url); //cid 课程id,page 页数