fix(仪表板、数据大屏): 修复可能出现资源名称的重复问题#12670

This commit is contained in:
wangjiahao 2024-10-30 14:48:21 +08:00
parent 80f5d03914
commit 1a020d4e89

View File

@ -752,7 +752,6 @@ public class DataVisualizationServer implements DataVisualizationApi {
wrapper.eq("name", request.getName().trim());
wrapper.eq("node_type", request.getNodeType());
wrapper.eq("type", request.getType());
wrapper.eq("org_id", AuthUtils.getUser().getDefaultOid());
if (visualizationInfoMapper.exists(wrapper)) {
DEException.throwException("当前名称已经存在");
}