修改deptMapper.xml
parent
b2abcfe463
commit
b7e2a4848a
|
@ -9,7 +9,7 @@
|
|||
<sql id="deptSql">
|
||||
select id,name from tb_moreover
|
||||
</sql>
|
||||
<select id="searchDeptList" resultType="com.health.system.common.domain.Department">
|
||||
<select id="searchDeptList" resultMap="deptList">
|
||||
<include refid="deptSql"/>
|
||||
where class_id=0
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue