|
@@ -291,7 +291,7 @@ public class FusionDownService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- jsonObject.put(basePath+caseFusion+fusionId, ResultData.ok(fusionNumVos));
|
|
|
+ jsonObject.put(basePath+caseFusionInfo+fusionId, ResultData.ok(fusionNumVos));
|
|
|
|
|
|
List<HotIcon> hotIconList = hotIconService.getListByFusionId(fusionId);
|
|
|
for (HotIcon hotIcon : hotIconList) {
|