|
|
@ -95,9 +95,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<select id="selectOrganizationAll" resultType="java.util.HashMap"> |
|
|
|
select id,parent_id parentId,organization_name organizationName,organization_type organizationType |
|
|
|
from dc_organization |
|
|
|
<where> |
|
|
|
<if test="parentId != null"> and parent_id != #{parentId}</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
<select id="selectSysPostAll" resultType="java.util.HashMap"> |
|
|
|
select post_id postId,post_name postName from sys_post |
|
|
|