Merge pull request !229 from reset/feature/cl
This commit is contained in:
reset 2022-09-06 07:33:08 +00:00 committed by Gitee
commit 2be21bc0e9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<select id="getTreeData" resultMap="TreeResultMap">
select id, scheme_name,forbidden_tag
from jcl_org_scheme
where delete_type = '0'
where delete_type = '0' and forbidden_tag = 0
</select>
<select id="getSchemesByIds" resultMap="BaseResultMap">
select

View File

@ -136,6 +136,7 @@ public class SchemeWrapper extends OrganizationWrapper {
return getSchemeService(user).getTableBtn();
}
/**
* 等级方案树
* @return