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