lsc 1 year ago
parent
commit
d547ec28e6
1 changed files with 1 additions and 1 deletions
  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