server/src/main/java/doumeemes/config/mybatis/MyBatisInterceptor.java
@@ -27,7 +27,6 @@ @Signature(type= Executor.class, method = "update", args={MappedStatement.class, Object.class}) }) public class MyBatisInterceptor implements Interceptor { private static final String CREATE_TIME = "createTime"; private static final String CREATE_USER = "createUser"; @@ -121,7 +120,6 @@ try { return (LoginUserInfo) SecurityUtils.getSubject().getPrincipal(); }catch (Exception e){ return null; } }