客户回调接口

master
Caps 6 years ago
parent f3c9dc9cfb
commit 52c7af0e00

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

Loading…
Cancel
Save