tangzy
2022-03-25 2e9a5a3035e67bc21c3dc5a57f6e98bf3b8007d6
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>