Commit 949fb98b by naan1993

修正注释

parent e6255f9a
...@@ -55,7 +55,7 @@ public class DataScopeInterceptor implements Interceptor { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment