yujian
2019-08-28 89cc3286104f6ceaf664fa23647be40a84fcd2c4
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;