|
@@ -63,7 +63,7 @@ public class CaseTabulationController {
|
|
|
try {
|
|
|
if( StringUtils.isNotBlank(caseTabulation.getListCover()) && caseTabulation.getOverviewId() != null){
|
|
|
CaseEntity caseEntity = caseService.getById(caseTabulation.getCaseId());
|
|
|
- if(caseEntity!=null){
|
|
|
+ if(caseEntity!=null && StringUtils.isNotBlank(fusionConfig.getPushJmUrl())){
|
|
|
HashMap<String, Object> map = new HashMap<>();
|
|
|
map.put("caseId",caseTabulation.getCaseId());
|
|
|
map.put("overviewId",caseTabulation.getOverviewId());
|