|
@@ -80,6 +80,7 @@ public class SaasRoleController {
|
|
@PostMapping("/query")
|
|
@PostMapping("/query")
|
|
public CommonResult<PageList<SaasRoleListItemVO>> querySaasRole(
|
|
public CommonResult<PageList<SaasRoleListItemVO>> querySaasRole(
|
|
@Valid @RequestBody PageQuerySaasRoleDTO pageQuerySaasRoleDTO) {
|
|
@Valid @RequestBody PageQuerySaasRoleDTO pageQuerySaasRoleDTO) {
|
|
|
|
+ pageQuerySaasRoleDTO.setDefaultValue();
|
|
IPage<SaasRole> pagedList = saasRoleService.pageQuerySaasRole(pageQuerySaasRoleDTO);
|
|
IPage<SaasRole> pagedList = saasRoleService.pageQuerySaasRole(pageQuerySaasRoleDTO);
|
|
IPage<SaasRoleListItemVO> pagedResultList = pagedList.convert(item -> {
|
|
IPage<SaasRoleListItemVO> pagedResultList = pagedList.convert(item -> {
|
|
try {
|
|
try {
|