修改buildContentType函数
cn.torna.service.DocImportService#buildContentType
增加的代码
if(mode == null) {
return "";
}
修改parseBody函数
cn.torna.service.DocImportService#parseBody
增加的代码
if(mode == null){
return Collections.emptyList();
}