zengyicheng 2 năm trước cách đây
mục cha
commit
200acf2b5d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

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