lsc 2 년 전
부모
커밋
aeeec7365e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -706,7 +706,7 @@ router.route('/selectSnameByCid').all((req, res, next) => {
 //批量上传查询学生分页
 router.route('/selectSnameByCidPage').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectSnameByCidPage", json['cid'], json['page'], json['num']);
+    getmysql(req, res, "selectSnameByCidPage", json['cid'], json['cn'], json['page'], json['num']);
 });
 
 /* 查询学生 */