|
|
@ -600,9 +600,11 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
// 详情
|
|
|
|
ItemDetailForPCEndResultDTO resultDTO = baseDao.selectOneOfItemDetailForPCEnd(id); |
|
|
|
// 解析分类全部编码[前端分类复显使用]
|
|
|
|
if(StringUtils.isNotBlank(resultDTO.getCategoryFullCode())){ |
|
|
|
String categoryFullCode = resultDTO.getCategoryFullCode(); |
|
|
|
String[] categoryIds = categoryFullCode.split("-"); |
|
|
|
resultDTO.setCategoryIds(categoryIds); |
|
|
|
} |
|
|
|
|
|
|
|
//获取项目基本信息
|
|
|
|
ItemEntity entity = this.selectById(id); |
|
|
|