|
@@ -4680,7 +4680,7 @@ router.route("/selectGroup").all((req, res, next) => {
|
|
//查询pblstudent 分页
|
|
//查询pblstudent 分页
|
|
router.route("/selectPblStudent").all((req, res, next) => {
|
|
router.route("/selectPblStudent").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
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
|
|
//删除pblstudent 传courseid
|