mirror of https://gitee.com/stylefeng/guns
修正注释
parent
e6255f9a94
commit
949fb98bf9
|
@ -55,7 +55,7 @@ public class DataScopeInterceptor implements Interceptor {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查找对象是否包括DataScope类
|
* 查找参数是否包括DataScope对象
|
||||||
*/
|
*/
|
||||||
public DataScope findDataScopeObject(Object parameterObj) {
|
public DataScope findDataScopeObject(Object parameterObj) {
|
||||||
if (parameterObj instanceof DataScope) {
|
if (parameterObj instanceof DataScope) {
|
||||||
|
|
Loading…
Reference in New Issue