Showing
1 changed file
with
1 additions
and
1 deletions
@@ -67,7 +67,7 @@ public class CutDownProductPriceRest { | @@ -67,7 +67,7 @@ public class CutDownProductPriceRest { | ||
67 | */ | 67 | */ |
68 | @RequestMapping("/queryMyCutPriceList") | 68 | @RequestMapping("/queryMyCutPriceList") |
69 | @ResponseBody | 69 | @ResponseBody |
70 | - public PageResponseBo<CutDownPriceActivityProductBo> queryMyCutPriceListByPage(@RequestBody CutDownProductQueryRequest request) { | 70 | + public PageResponseBo<CutDownPriceActivityProductBo> queryMyCutPriceList(@RequestBody CutDownProductQueryRequest request) { |
71 | logger.info("CutDownProductPriceRest queryMyCutPriceList params is{}", request); | 71 | logger.info("CutDownProductPriceRest queryMyCutPriceList params is{}", request); |
72 | PageResponseBo<CutDownPriceActivityProductBo> responseBo = cutDownPriceService.queryMyCutPriceListByPage(request); | 72 | PageResponseBo<CutDownPriceActivityProductBo> responseBo = cutDownPriceService.queryMyCutPriceListByPage(request); |
73 | logger.info("CutDownProductPriceRest queryMyCutPriceList success params is{}", request); | 73 | logger.info("CutDownProductPriceRest queryMyCutPriceList success params is{}", request); |
-
Please register or login to post a comment