Commit 08330ec7 authored by zhouxudong's avatar zhouxudong

更新代码

parent 262bff49
......@@ -127,7 +127,7 @@ public class DevelopmentInfoServiceImpl extends ServiceImpl<DevelopmentInfoMappe
developmentSourceVo.setHonorUrls(maps);
}
if (StringUtils.isNotBlank(details)) {
List<String> maps = JSONUtil.toList(details, String.class);
List<String> maps = Arrays.asList(details.split(";"));
developmentSourceVo.setDetails(maps);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment