parent
a563b89b91
commit
3f614f44ba
|
|
@ -53,13 +53,13 @@ public class DataEnDecryptInterceptor implements Interceptor {
|
||||||
MappedStatement mappedStatement = getMappedStatement(resultSetHandler);
|
MappedStatement mappedStatement = getMappedStatement(resultSetHandler);
|
||||||
Object result = invocation.proceed();
|
Object result = invocation.proceed();
|
||||||
|
|
||||||
// String sqlId = mappedStatement.getId();
|
String sqlId = mappedStatement.getId();
|
||||||
// if (sqlId.contains(USER_MAPPER_ID))
|
if (sqlId.contains(USER_MAPPER_ID))
|
||||||
// {
|
{
|
||||||
// decryUserObject(result);
|
decryUserObject(result);
|
||||||
// } else if (sqlId.contains(DEPT_MAPPER_ID)){
|
} else if (sqlId.contains(DEPT_MAPPER_ID)){
|
||||||
// decryDeptObject(result);
|
decryDeptObject(result);
|
||||||
// }
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue