mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
产品明细分页查询文档方法名修正
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class ProductsDetailController {
|
||||
@GetMapping("/page")
|
||||
@Operation(summary = "查询产品明细分页")
|
||||
@PreAuthorize("@ss.hasPermission('base:productDetails:query')")
|
||||
public CommonResult<PageResult<ProductDetailsRespVO>> getProductsPage(@Valid ProductDetailsPageReqVO pageReqVO) {
|
||||
public CommonResult<PageResult<ProductDetailsRespVO>> getProductsDetailsPage(@Valid ProductDetailsPageReqVO pageReqVO) {
|
||||
PageResult<ProductsDetailDO> pageResult = productDetailsService.getPage(pageReqVO);
|
||||
return success(BeanUtils.toBean(pageResult, ProductDetailsRespVO.class));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user