|
|
|
@ -52,7 +52,7 @@ public class PrivilageAccountController extends BaseController {
|
|
|
|
|
@RequestParam(value = "roleId", required = false) Long roleId,
|
|
|
|
|
@RequestParam(value = "shopId", required = false) Long shopId) {
|
|
|
|
|
try {
|
|
|
|
|
IPage<AccountBean> accountBeanIPage = privilageAccountService.listAccountInfo(pageNum, 10, searchContent,
|
|
|
|
|
IPage<AccountBean> accountBeanIPage = privilageAccountService.listAccountInfo(pageNum, pageSize, searchContent,
|
|
|
|
|
roleId, shopId);
|
|
|
|
|
return data(accountBeanIPage);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|