zoujiajian 1 년 전
부모
커밋
ce4565704c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-web/src/main/java/com/cyksj/web/controller/group/GroupRelationController.java

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/group/GroupRelationController.java

@@ -1220,7 +1220,7 @@ public class GroupRelationController {
     public Result<List<GoodsCategorySkuView>> getNetflixReplaceOtherSkus(@PathVariable Long relationId) throws Exception {
         long userId = StpUserUtil.getLoginIdAsLong();
         List<GoodsCategorySkuView> goodsCategorySkuViews = groupRelationFrontService.getNetflixReplaceOtherSkus(userId, relationId);
-        return GatewayResponse.SUCCESS.newBuilder().toResult();
+        return GatewayResponse.SUCCESS.newBuilder().toResult(goodsCategorySkuViews);
     }
 
     /**