|
|
@@ -95,7 +95,7 @@ public class CaseTabulationController extends BaseController{
|
|
|
if(StringUtils.isBlank(fusionConfig.getPushDrawUrl())){
|
|
|
return ResultData.ok(caseTabulation);
|
|
|
}
|
|
|
- String pushUrl = fusionConfig.getPushJmUrl();
|
|
|
+ String pushUrl = fusionConfig.getPushDrawUrl();
|
|
|
String kno = null;
|
|
|
if( StringUtils.isNotBlank(caseTabulation.getListCover()) && caseTabulation.getOverviewId() != null){
|
|
|
CaseOverview caseOverview = caseOverviewService.getById(caseTabulation.getOverviewId());
|