admin
2019-08-27 e6764831a890de26fcfebb4fb8f3a22e9f8cc816
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;