👍 商品被删除增加标签

This commit is contained in:
2022-12-07 10:40:00 +08:00
parent baedf074be
commit 16fe20ea48
@@ -1296,8 +1296,8 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<StoreOrderMapper, Y
/**
* chart图标统计
*
* @param cate
* @param type
* @param
* @param
* @return
*/
// @Override
@@ -2802,6 +2802,10 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<StoreOrderMapper, Y
// YxStoreCategory yxStoreCategory=yxStoreCategoryService.getById(yxStoreProduct.getCateId());
pCate.append(yxStoreCategoryService.getById(yxStoreProduct.getCateId()).getCateName());
}
}else{
pname.append("-商品已删除");
pBrand.append("商品已删除");
pCate.append("商品已删除");
}
});
map.put("商品名称",pname);