👍 商品被删除增加标签
This commit is contained in:
+6
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user