fix(联络人管理): 80239
This commit is contained in:
+2
@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
@@ -53,6 +54,7 @@ public class LawsContactManageController extends JeroController<LawsContactManag
|
||||
@ApiOperationSupport(order = 1)
|
||||
@ApiOperation(value="联络人管理-分页列表查询", notes="联络人管理-分页列表查询")
|
||||
@GetMapping(value = "/page")
|
||||
@RequiresPermissions("system:contactManage:search")
|
||||
public Result<IPage<LawsContactManage>> queryPageList(LawsContactManage lawsContactManage,
|
||||
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
|
||||
|
||||
Reference in New Issue
Block a user