Explorar o código

新增ppt根据学校查询学生

zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
34f27bf835
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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);