From f537abe9f3646c739beaf15076246a2f71a347e9 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 20 二月 2025 16:57:55 +0800 Subject: [PATCH] IOS广告增加区域屏蔽 --- src/main/java/com/yeshi/buwan/service/imp/WeiXinService.java | 43 +++---------------------------------------- 1 files changed, 3 insertions(+), 40 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/service/imp/WeiXinService.java b/src/main/java/com/yeshi/buwan/service/imp/WeiXinService.java index f68379c..c8decae 100644 --- a/src/main/java/com/yeshi/buwan/service/imp/WeiXinService.java +++ b/src/main/java/com/yeshi/buwan/service/imp/WeiXinService.java @@ -5,7 +5,7 @@ import javax.annotation.Resource; -import com.yeshi.buwan.domain.DetailSystem; +import com.yeshi.buwan.domain.system.DetailSystem; import org.hibernate.HibernateException; import org.hibernate.Session; import org.springframework.orm.hibernate4.HibernateCallback; @@ -32,37 +32,6 @@ @Resource private ImageInfoDao imageInfoDao; - public ImageInfoDao getImageInfoDao() { - return imageInfoDao; - } - - public void setImageInfoDao(ImageInfoDao imageInfoDao) { - this.imageInfoDao = imageInfoDao; - } - - public ImageService getImageService() { - return imageService; - } - - public void setImageService(ImageService imageService) { - this.imageService = imageService; - } - - public WeiXinImageDao getWeiXinImageDao() { - return weiXinImageDao; - } - - public void setWeiXinImageDao(WeiXinImageDao weiXinImageDao) { - this.weiXinImageDao = weiXinImageDao; - } - - public WeiXinInfoDao getWeiXinInfoDao() { - return weiXinInfoDao; - } - - public void setWeiXinInfoDao(WeiXinInfoDao weiXinInfoDao) { - this.weiXinInfoDao = weiXinInfoDao; - } public void addWeiXinImage(WeiXinInfo info, String lastPic) { if (info.getType().equalsIgnoreCase("1")) {// 涓汉鍙� @@ -191,15 +160,9 @@ } - ConfigService configService; - public ConfigService getConfigService() { - return configService; - } - - public void setConfigService(ConfigService configService) { - this.configService = configService; - } + @Resource + private DetailSystemConfigService configService; private WeiXinInfo getWeiXin(List<WeiXinInfo> list) { OtherService service = new OtherService(); -- Gitblit v1.8.0