Browse Source

机构选项问题

develop
wangsixiang 12 months ago
parent
commit
5052e2ffba
  1. 3
      zc-business/src/main/resources/mapper/business/DcEmployeesMapper.xml

3
zc-business/src/main/resources/mapper/business/DcEmployeesMapper.xml

@ -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

Loading…
Cancel
Save