|
|
@ -85,7 +85,7 @@ public class GoodsSpuController { |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@PostMapping("/shelfPageByParam") |
|
|
|
public R<List<GoodsSpu>> shelfPageByParam(GoodsSpu param){ |
|
|
|
public R<List<GoodsSpu>> shelfPageByParam(@RequestBody GoodsSpu param){ |
|
|
|
if(CollectionUtil.isEmpty(param.getSelectIds())){ |
|
|
|
return R.ok(); |
|
|
|
} |
|
|
|