lyhzzz 1 week ago
parent
commit
88b8fcc660

+ 1 - 1
src/main/java/com/fdkankan/fusion/controller/CaseTabulationController.java

@@ -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());