|
|
@@ -450,7 +450,7 @@ public class SecondGoodsServiceImpl extends ServiceImpl<SecondGoodsMapper, Secon
|
|
|
// 获取举报类型信息
|
|
|
StoreDictionary storeDictionary = dictMap.get(report.getDictType() + "_" + report.getDictId());
|
|
|
// 举报类型
|
|
|
- reportingVo.setReportContextType(storeDictionary.getTypeDetail());
|
|
|
+ reportingVo.setReportContextType(storeDictionary.getDictDetail());
|
|
|
// 二手商品举报
|
|
|
SecondGoods secondGoods = secondGoodsMapper.selectById(report.getBusinessId());
|
|
|
if (secondGoods != null) {
|