fix: 数据集查询出多余目录问题 (#1531)

This commit is contained in:
王嘉豪 2021-12-27 17:43:51 +08:00 committed by GitHub
parent c8814f9daa
commit 1e7986e585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,9 +98,6 @@
#{item}
</foreach>
</if>
<if test='record.modelType != null and record.modelType == "dataset"'>
or (v_auth_model.`model_inner_type` = 'group' and v_auth_model.model_type = 'dataset')
</if>
ORDER BY v_auth_model.node_type desc, CONVERT(v_auth_model.label using gbk) asc
</select>