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>