|
@@ -1666,7 +1666,7 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
List<NodeTable> subTabList = tec.getTableAll().stream().filter(e -> e.getNodeName().contains("附表") && (e.getTableType() == 1 || e.getTableType() == 5)).collect(Collectors.toList());
|
|
|
if(!subTabList.isEmpty()){
|
|
|
List<Long> removeIds=subTabList.stream().map(e->e.getPKeyId()).collect(Collectors.toList());
|
|
|
- this.wbsTreeContractMapper.deleteByIds(removeIds);
|
|
|
+ this.wbsTreeContractMapper.deleteLogicByIds(removeIds);
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|