tangzy
2022-03-23 5dbdb3b1a0f164c4d31d0bb8cb4713e2f13a65b3
src/main/java/org/springblade/modules/hd/mapper/HdMapper.xml
@@ -18,4 +18,8 @@
        select * from sys_hd where is_deleted = 0
    </select>
    <select id="selectInList" resultType="java.util.HashMap">
        select id,hdname from sys_hd
    </select>
</mapper>