zss
2024-11-21 d1022dab44c4916c2935d10f5b04c7e7bbaa5dad
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>