zss
2024-07-23 54d7eb1bc5f141b2f7ac6d9dbf85086efa54f81c
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>