|
|
@ -126,7 +126,7 @@ public class StoreProductController { |
|
|
|
String newHtml = ""; |
|
|
|
String newHtml = ""; |
|
|
|
Map<String,Object> map = new HashMap<>(); |
|
|
|
Map<String,Object> map = new HashMap<>(); |
|
|
|
newHtml = String.join("", Collections.nCopies(1,html)); |
|
|
|
newHtml = String.join("", Collections.nCopies(1,html)); |
|
|
|
//为了前端级联选择器好显示,这里分类名也字段名为storeName
|
|
|
|
//为了前端级联选择器好显示,这里分类名也将字段名改为storeName
|
|
|
|
map.put("id",yxStoreCategory.getId()); |
|
|
|
map.put("id",yxStoreCategory.getId()); |
|
|
|
map.put("storeName",newHtml + yxStoreCategory.getCateName()); |
|
|
|
map.put("storeName",newHtml + yxStoreCategory.getCateName()); |
|
|
|
List<YxStoreProduct> list=yxStoreProductService.lambdaQuery() |
|
|
|
List<YxStoreProduct> list=yxStoreProductService.lambdaQuery() |
|
|
|