Browse Source

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

SanHQin 3 days ago
parent
commit
52079cea7a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -5360,6 +5360,11 @@ router.route("/selectBannerByOidS").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectBannerByOidS", json["oid"]);
 });
+//根据学校查询banner
+router.route("/selectBarOid").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectBarOid", json["oid"],json['lang']);
+});
 //admin 查询课程getSearchCourse
 router.route("/getSearchCourse").all((req, res, next) => {
     var json = queryString(req.url);