Forráskód Böngészése

新增ppt根据学校查询学生

zengyicheng 2 éve
szülő
commit
34f27bf835
1 módosított fájl, 7 hozzáadás és 0 törlés
  1. 7 0
      pbl.js

+ 7 - 0
pbl.js

@@ -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);