Merge pull request #3568 from dataease/pr@dev@fix_share_out_repeat

fix(我的分享): 我分享的列表数据重复
This commit is contained in:
fit2cloud-chenyw 2022-10-31 23:35:24 +08:00 committed by GitHub
commit b2b8245892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@
</select>
<select id="queryOut" resultMap="treeNodeMap">
select id, name, status
select distinct id, name, status
from (select distinct s.panel_group_id as id,
g.name,
g.status,