zss
2024-06-18 09d162f650213d4d48c611d0d8ce4aa7628daf76
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>