From 07234fed2dc993366fd4c7673d0e8ada90706bd1 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Mon, 15 Sep 2025 11:33:45 +0800
Subject: [PATCH] Merge branch 'pxb' into xin
---
oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryViewAssembler.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryViewAssembler.java b/oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryViewAssembler.java
index 6f2552a..123cde5 100644
--- a/oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryViewAssembler.java
+++ b/oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryViewAssembler.java
@@ -12,14 +12,12 @@
public PlatformCategoryAdminView toPlatformCategoryResponse(PlatformCategory category) {
PlatformCategoryAdminView categoryView = new PlatformCategoryAdminView();
BeanUtil.copyProperties(category, categoryView);
- categoryView.setIconUrl("");
return categoryView;
}
public PlatformCategoryCustomerView toCustomerPlatformCategoryResponse(PlatformCategory category) {
PlatformCategoryCustomerView categoryView = new PlatformCategoryCustomerView();
BeanUtil.copyProperties(category, categoryView);
- categoryView.setIconUrl("");
return categoryView;
}
}
--
Gitblit v1.9.3