新增接口-获取标签数据源信息

This commit is contained in:
liuzhaotian
2025-04-09 17:22:51 +08:00
parent faa7556f7f
commit 42311f86cc
26 changed files with 666 additions and 255 deletions
@@ -19,6 +19,6 @@
select a.*, b.id field_id, b.name field_name, b.source_id field_source_id, b.keyName field_key
from system_data_source a
left join system_data_source_field b on a.id = b.source_id
where a.type in (1,2) and b.id not in (19,20)
where a.type in (1,2) and b.id not in (19,20,35)
</select>
</mapper>