cnas-server/src/main/resources/mapper/DepartmentMapper.xml
@@ -18,4 +18,7 @@ WHERE id = #{id} ORDER BY id </select> <select id="selectCustomList" resultType="com.yuanchu.mom.dto.DepartmentDto"> select id, name, category fatherId from role; </select> </mapper>