feat(): 处罚分页列表数据权限修改
parent
0ab2942367
commit
cb2e24c02d
|
|
@ -29,7 +29,6 @@ public class HiddenPenaltyController {
|
|||
|
||||
@ApiOperation("处罚分页列表")
|
||||
@PostMapping("/list")
|
||||
@PreAuthorize("@pms.hasAnyPermission('jgd-cfgl','fgs-cfgl')")
|
||||
public PageResponse<HiddenPenaltyCO> listPage(@RequestBody HiddenPenaltyPageQry qry) {
|
||||
return hiddenPenaltyService.listPage(qry);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import java.util.Map;
|
|||
|
||||
@Mapper
|
||||
@DataScopes({
|
||||
@DataScope(method = "listPage", menuPerms = ""),
|
||||
@DataScope(method = "listPage", menuPerms = "jgd-cfgl"),
|
||||
@DataScope(method = "feedbackListPage", menuPerms = "xgf-cffk")
|
||||
})
|
||||
public interface HiddenPenaltyMapper extends BaseMapper<HiddenPenaltyDO> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue