修改deptMapper.xml

master
冯凯 2023-11-03 14:52:53 +08:00
parent b2abcfe463
commit b7e2a4848a
1 changed files with 1 additions and 1 deletions

View File

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