@SessionAttributes

Spring @SessionAttributes @ModelAttribute

女生的网名这么多〃 提交于 2020-12-06 00:40:51
最近在帮企业做微信企业号的项目,关于用户查询工资条这一块的问题。只要之前有一个人查询了工资,我再查询的时候老是可以查询到他的工资信息。没有太想明白问题的原因啊。貌似我通过加上 @SessionAttributes 就没有发生查询到别人的工资的问题了。另外我也把 微信的 serviceimpl 不在作为静态的方法了,这样每次进入都重新实例化一下,防止引起并发问题。我是参考了如下的博文,受到了启发。感谢网友的知识共享。 Spring @SessionAttributes @ModelAttribute package me.chanjar.weixin.cp.controller; import java.io.IOException; import java.io.UnsupportedEncodingException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import me.chanjar.weixin.common.bean.result.WxCpBatchUpdateUserResult; import me.chanjar.weixin.common.bean.result.callback; import me