店铺导出订单列表

This commit is contained in:
lifenlong
2021-06-05 14:04:56 +08:00
parent 73002148d4
commit b7e439e177
6 changed files with 33 additions and 61 deletions

View File

@@ -82,9 +82,6 @@ public class GoodsBuyerController {
@NotNull(message = "SKU ID不能为空") @PathVariable("skuId") String skuId) {
Map<String, Object> map = goodsSkuService.getGoodsSkuDetail(goodsId, skuId);
return ResultUtil.data(map);
}