办公用品
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run
This commit is contained in:
parent
90039f7033
commit
10a954f007
@ -76,7 +76,8 @@ public class BgypController {
|
||||
@Operation(summary = "获得办公用品管理分页")
|
||||
@PreAuthorize("@ss.hasPermission('home:bgyp:query')")
|
||||
public CommonResult<PageResult<BgypRespVO>> getBgypPage(@Valid BgypPageReqVO pageReqVO) {
|
||||
PageResult<BgypDO> pageResult = bgypService.getBgypPage(getLoginUserId(), pageReqVO);
|
||||
// PageResult<BgypDO> pageResult = bgypService.getBgypPage(getLoginUserId(), pageReqVO);
|
||||
PageResult<BgypDO> pageResult = bgypService.getBgypPage( pageReqVO);
|
||||
return success(BeanUtils.toBean(pageResult, BgypRespVO.class));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user