|
@@ -154,6 +154,13 @@ router.route('/selectStudent').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "selectStudent", json['oid'], json['cu'], json['cn'], json['page'], 8);
|
|
|
});
|
|
|
+
|
|
|
+/* ppt根据学校查询学生 */
|
|
|
+router.route('/selectStudentByScoolPPt').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectStudentByScoolPPt", json['oid']);
|
|
|
+});
|
|
|
+
|
|
|
/* 查询项目 */
|
|
|
router.route('/selectStudentAdd').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|