权限注解++
This commit is contained in:
parent
92d58ca3a5
commit
9c55346ac7
@ -36,7 +36,10 @@ public interface MpsDetailEntryMapper extends BaseMapperPlus<MpsDetailEntry, Mps
|
|||||||
// @DataColumn(key = "userName", value = "create_by")
|
// @DataColumn(key = "userName", value = "create_by")
|
||||||
//})
|
//})
|
||||||
// List<SysUserExportVo> selectMpsDetailEntryExportList(@Param(Constants.WRAPPER) Wrapper<MpsDetailEntry> queryWrapper);
|
// List<SysUserExportVo> selectMpsDetailEntryExportList(@Param(Constants.WRAPPER) Wrapper<MpsDetailEntry> queryWrapper);
|
||||||
|
@DataPermission({
|
||||||
|
@DataColumn(key = "deptName", value = "m.create_dept"),
|
||||||
|
@DataColumn(key = "userName", value = "m.create_by")
|
||||||
|
})
|
||||||
@Select({
|
@Select({
|
||||||
"select " +
|
"select " +
|
||||||
"c.old_card_no as oldCardNo , c.new_card_no as newCardNo, " +
|
"c.old_card_no as oldCardNo , c.new_card_no as newCardNo, " +
|
||||||
|
Loading…
Reference in New Issue
Block a user