|
|
@@ -3263,7 +3263,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
}
|
|
|
}
|
|
|
//取消公式执行 过滤html数据
|
|
|
- WbsTreeContractExtend byId = wbsTreeContractExtendService.getById(record.getId());
|
|
|
+ WbsTreeContractExtend byId = record == null ? null : wbsTreeContractExtendService.getById(record.getId());
|
|
|
if(byId != null && StringUtils.isNotEmpty(byId.getFormulaConfig())){
|
|
|
List<String> notFormula = Arrays.asList(byId.getFormulaConfig().split(","));
|
|
|
reData.keySet().removeIf(key -> {
|