| | |
| | | and del_flag='0' |
| | | </select> |
| | | |
| | | <select id="getDepartTreeByParentId" parameterType="String" resultType="org.jeecg.common.system.vo.SelectTreeModel"> |
| | | select |
| | | id as "key", |
| | | depart_name as "title", |
| | | parent_id as parentId |
| | | from sys_depart |
| | | where parent_id = #{parentId} |
| | | and del_flag='0' |
| | | </select> |
| | | <!-- <select id="getDepartTreeByParentId" parameterType="String" resultType="org.jeecg.common.system.vo.SelectTreeModel">--> |
| | | <!-- select--> |
| | | <!-- id as "key",--> |
| | | <!-- depart_name as "title",--> |
| | | <!-- parent_id as parentId--> |
| | | <!-- from sys_depart--> |
| | | <!-- where parent_id = #{parentId}--> |
| | | <!-- and del_flag='0'--> |
| | | <!-- </select>--> |
| | | </mapper> |