fix 修复 岗位数据权限标识错误问题
parent
bffbb28eed
commit
77bdf997f1
|
|
@ -20,8 +20,8 @@ import java.util.List;
|
||||||
public interface SysPostMapper extends BaseMapperPlus<SysPost, SysPostVo> {
|
public interface SysPostMapper extends BaseMapperPlus<SysPost, SysPostVo> {
|
||||||
|
|
||||||
@DataPermission({
|
@DataPermission({
|
||||||
@DataColumn(key = "deptName", value = "d.dept_id"),
|
@DataColumn(key = "deptName", value = "dept_id"),
|
||||||
@DataColumn(key = "userName", value = "p.create_by")
|
@DataColumn(key = "userName", value = "create_by")
|
||||||
})
|
})
|
||||||
Page<SysPostVo> selectPagePostList(@Param("page") Page<SysPostVo> page, @Param(Constants.WRAPPER) Wrapper<SysPost> queryWrapper);
|
Page<SysPostVo> selectPagePostList(@Param("page") Page<SysPostVo> page, @Param(Constants.WRAPPER) Wrapper<SysPost> queryWrapper);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue