日志删除事务

master
星期八 5 years ago
parent 92fc041ca5
commit 502c2d860c
  1. 1
      src/main/java/com/lq/code/interceptor/SpringmvcInterceptor.java

@ -21,7 +21,6 @@ public class SpringmvcInterceptor implements HandlerInterceptor {
@Autowired @Autowired
private SysLogDao sysLogDao; private SysLogDao sysLogDao;
@Transactional
@Override @Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object obj) throws Exception { public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object obj) throws Exception {

Loading…
Cancel
Save