|
@@ -51,7 +51,7 @@ public class BannerController {
|
|
|
public R getBanner(@RequestParam("colId") String colId) {
|
|
|
|
|
|
return R.ok(lhbBannerService.list(Wrappers.lambdaQuery(LhbBanner.class)
|
|
|
- .eq(LhbBanner::getStatus, CommonConstants.FAIL)
|
|
|
+ .eq(LhbBanner::getStatus, CommonConstants.SUCCESS)
|
|
|
.eq(LhbBanner::getColId, colId).orderByAsc(LhbBanner::getSort)));
|
|
|
}
|
|
|
|