From a09fa8380a68806b3e8b4c9e90d94d5f2cec0b53 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Thu, 15 Apr 2021 23:06:47 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformBannerServiceImpl.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformBannerServiceImpl.java b/src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformBannerServiceImpl.java
index a6e0c72..972edd7 100644
--- a/src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformBannerServiceImpl.java
+++ b/src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformBannerServiceImpl.java
@@ -23,6 +23,7 @@
 	@Override
 	public Result findAll() {
 		QueryWrapper<PlatformBannerEntity> queryWrapper = new QueryWrapper<>();
+		queryWrapper.eq("is_banner",1);
 		List<PlatformBannerEntity> paymentMethodList = platformBannerDao.selectList(queryWrapper);
 		return Result.ok(paymentMethodList);
 	}

--
Gitblit v1.9.1