|
|
@@ -47,7 +47,7 @@ public class CorpKfQaController {
|
|
|
List<GoodsQaShowView> result = new ArrayList<>();
|
|
|
byType.forEach((type, typeViews) -> {
|
|
|
GoodsQaShowView typeGroup = new GoodsQaShowView();
|
|
|
- typeGroup.setType(type);
|
|
|
+ typeGroup.setLabel(type == 1 ? "售前" : "售后");
|
|
|
typeGroup.setValue(type);
|
|
|
|
|
|
// 按categoryName分组并转换为QaGoodsType
|