update 修改全局监听器
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ public class MybatisInterceptor implements Interceptor {
|
||||
if (localDelFlag == null || "".equals(localDelFlag)) {
|
||||
// 登录人账号
|
||||
ReflectionUtils.makeAccessible(field);
|
||||
ReflectionUtils.setField(field,parameter,"0");
|
||||
ReflectionUtils.setField(field,parameter,0);
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user