| | |
| | | (select |
| | | bu.id, |
| | | bu.dept_id parentId, |
| | | bu.real_name AS title, |
| | | bu.account AS title, |
| | | bu.id AS "value", |
| | | bu.id AS "key", |
| | | 0 as "has_children" |
| | |
| | | (select |
| | | bu.id, |
| | | bu.dept_id parentId, |
| | | bu.real_name AS title, |
| | | bu.account AS title, |
| | | bu.id AS "value", |
| | | bu.id AS "key", |
| | | 0 as "has_children" |
| | |
| | | (select |
| | | bu.id, |
| | | bu.dept_id parentId, |
| | | bu.real_name AS title, |
| | | bu.account AS title, |
| | | bu.id AS "value", |
| | | bu.id AS "key", |
| | | 0 as "has_children" |
| | |
| | | '1415620707473223681') |
| | | </select> |
| | | |
| | | |
| | | <!--查询当前保安单位下的派遣单位信息--> |
| | | <select id="getDispatchUnitList" resultMap="treeNodeResultMap"> |
| | | SELECT |
| | | id, |
| | | 0 as parent_id, |
| | | name AS title, |
| | | id AS "value", |
| | | id AS "key", |
| | | 0 AS "has_children" |
| | | FROM |
| | | sys_dispatcher_unit |
| | | where dept_id = #{deptId} |
| | | </select> |
| | | |
| | | </mapper> |