Przeglądaj źródła

根据学校查询banner

11wqe1 6 dni temu
rodzic
commit
53bfe6331b
1 zmienionych plików z 5 dodań i 0 usunięć
  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);