update 更新数据权限Service的使用说明
This commit is contained in:
parent
42df37bb21
commit
f41bfdb8eb
@ -14,6 +14,14 @@ import org.springframework.stereotype.Service;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 数据权限 实现
|
||||||
|
* <p>
|
||||||
|
* 注意: 此Service内不允许调用标注`数据权限`注解的方法
|
||||||
|
* 例如: deptMapper.selectList 此 selectList 方法标注了`数据权限`注解 会出现循环解析的问题
|
||||||
|
*
|
||||||
|
* @author Lion Li
|
||||||
|
*/
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Service("sdss")
|
@Service("sdss")
|
||||||
public class SysDataScopeServiceImpl implements ISysDataScopeService {
|
public class SysDataScopeServiceImpl implements ISysDataScopeService {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user