Explorar el Código

查询通知公告

zengyicheng hace 2 años
padre
commit
f6cf2e651e
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -592,6 +592,12 @@ router.route('/selecAnliBox').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selecAnliBox");
 });
+/* 查询通知公告 */
+router.route('/selectRaceNotice').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectRaceNotice", json['page'], 10);
+});
+
 
 router.route('/addWorkNew').all((req, res, next) => {
     // postmysql(req, res, "insert_teacher_work_new");