...
|
...
|
@@ -67,7 +67,7 @@ public class CutDownProductPriceRest { |
|
|
*/
|
|
|
@RequestMapping("/queryMyCutPriceList")
|
|
|
@ResponseBody
|
|
|
public PageResponseBo<CutDownPriceActivityProductBo> queryMyCutPriceListByPage(@RequestBody CutDownProductQueryRequest request) {
|
|
|
public PageResponseBo<CutDownPriceActivityProductBo> queryMyCutPriceList(@RequestBody CutDownProductQueryRequest request) {
|
|
|
logger.info("CutDownProductPriceRest queryMyCutPriceList params is{}", request);
|
|
|
PageResponseBo<CutDownPriceActivityProductBo> responseBo = cutDownPriceService.queryMyCutPriceListByPage(request);
|
|
|
logger.info("CutDownProductPriceRest queryMyCutPriceList success params is{}", request);
|
...
|
...
|
|