Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-api

SanHQin 1 year ago
parent
commit
6fc50a272d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6481,6 +6481,11 @@ router.route("/selectDataBoardCitySz").all((req, res, next) => {
     postmysql(req, res, "selectDataBoardCitySz");
 });
 
+//数据看板-区级数据
+router.route("/selectDataBoardAreaSz").all((req, res, next) => {
+    postmysql(req, res, "selectDataBoardAreaSz");
+});
+
 
 //数据看板-综合数据
 router.route("/getDataBoardSchoolNew").all((req, res, next) => {