zero_hn 发表于 2019-9-6 17:59:53

缓存问题

事务回滚成功,数据库正常,但是页面上却显示我修改过的数据,我在catch里面session.clear()还是显示修改过的数据。

zero_hn 发表于 2019-9-9 09:08:38

QianzhengEntity qzinfo = jeecgDemoService.getEntity(QianzhengEntity.class, inRecord.getId());
qzinfo.setApplystate("1");
jeecgDemoService.updateEntitie(qzinfo);
int a = 1/0;
最后一步异常回滚成功,数据库数据正常,但是页面上applystate显示的是1,怎样能清理缓存
页: [1]
查看完整版本: 缓存问题