yujian
2019-08-29 e1dcef9d29c8de98c603cd4880f6b272c23f1cc0
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java
@@ -12,6 +12,7 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.yeshi.utils.JsonUtil;
@@ -112,6 +113,7 @@
   private JedisPool jedisPool;
   
   
   @Lazy
   @Resource
   private UserInfoModifyRecordService userInfoModifyRecordService;