|
@@ -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) => {
|