lsc 1 年之前
父節點
當前提交
d547ec28e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -4680,7 +4680,7 @@ router.route("/selectGroup").all((req, res, next) => {
 //查询pblstudent 分页
 router.route("/selectPblStudent").all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectPblStudent", json["uid"], json["org"], json["oid"], json["type"], json["page"], json["int"]);
+    getmysql(req, res, "selectPblStudent", json["uid"], json["org"], json["oid"], json["type"], json["n"], json["page"], json["int"]);
 });
 
 //删除pblstudent 传courseid