|
|
@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
</delete> |
|
|
|
<select id="selectOrganizationAll" resultType="java.util.HashMap"> |
|
|
|
select id,parent_id parentId,organization_name organizationName,organization_type organizationType |
|
|
|
from dc_organization |
|
|
|
from dc_organization where parent_id!=0 |
|
|
|
</select> |
|
|
|
<select id="selectSysPostAll" resultType="java.util.HashMap"> |
|
|
|
select post_id postId,post_name postName from sys_post |
|
|
|