From 4d3822eb3ed81df75db0d9244f196007611c0670 Mon Sep 17 00:00:00 2001 From: zhenghuang <236220500@qq.com> Date: Wed, 3 Jun 2020 10:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=99=A8,=E6=AC=A2=E8=BF=8E?= =?UTF-8?q?=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/PmnPromotionSrcServiceImpl.java | 24 ++++++++++++------- src/main/resources/application-dev.yml | 1 + src/main/resources/application-prod.yml | 3 ++- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/kiisoo/ic/activity/service/impl/PmnPromotionSrcServiceImpl.java b/src/main/java/com/kiisoo/ic/activity/service/impl/PmnPromotionSrcServiceImpl.java index 4b03baa..7acd7e5 100644 --- a/src/main/java/com/kiisoo/ic/activity/service/impl/PmnPromotionSrcServiceImpl.java +++ b/src/main/java/com/kiisoo/ic/activity/service/impl/PmnPromotionSrcServiceImpl.java @@ -35,6 +35,7 @@ import org.apache.commons.io.FileUtils; import org.apache.shiro.crypto.hash.SimpleHash; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.beans.factory.annotation.Value; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @@ -76,7 +77,8 @@ public class PmnPromotionSrcServiceImpl extends ServiceImpl listUserCodes(Long userId) throws Exception { @@ -108,13 +110,13 @@ public class PmnPromotionSrcServiceImpl extends ServiceImpl