update 更新数据权限Service的使用说明
parent
51f03eaeac
commit
0798f5340b
|
|
@ -5,7 +5,10 @@ import org.apache.dubbo.config.annotation.DubboReference;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据权限服务
|
* 数据权限 实现
|
||||||
|
* <p>
|
||||||
|
* 注意: 此Service内不允许调用标注`数据权限`注解的方法
|
||||||
|
* 例如: deptMapper.selectList 此 selectList 方法标注了`数据权限`注解 会出现循环解析的问题
|
||||||
*
|
*
|
||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,10 @@ import java.util.List;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据权限
|
* 数据权限 实现
|
||||||
|
* <p>
|
||||||
|
* 注意: 此Service内不允许调用标注`数据权限`注解的方法
|
||||||
|
* 例如: deptMapper.selectList 此 selectList 方法标注了`数据权限`注解 会出现循环解析的问题
|
||||||
*
|
*
|
||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue