zengyicheng 2 rokov pred
rodič
commit
633a3d6a84
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  1. 5 1
      pbl.js

+ 5 - 1
pbl.js

@@ -475,7 +475,11 @@ router.route('/selectStudent2').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectStudent2", json['oid'], json['cu'], json['cn'], json['cid'], json['page'], 8);
 });
-
+/* 查询教师 */
+router.route('/selectTeacher').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectTeacher", json['org'], json['cu'], json['cn'], json['page'], 8);
+});
 /* 查询所有评价体系 */
 router.route('/selectAllEvaluation').all((req, res, next) => {
     var json = queryString(req.url);