|
@@ -285,8 +285,8 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
|
|
|
String names = StringUtils.join(nodeNames, " , ");
|
|
|
throw new ServiceException(StringUtil.format("节点下的 {} 中存在填报数据,删除失败!", names));
|
|
|
}
|
|
|
- baseMapper.deleteBatch(ids1, pawDTO.getWbsId(), pawDTO.getProjectId(), pawDTO.getContractId());
|
|
|
}
|
|
|
+ baseMapper.deleteBatch(ids1, pawDTO.getWbsId(), pawDTO.getProjectId(), pawDTO.getContractId());
|
|
|
}
|
|
|
|
|
|
//TODO ---------新增---------
|