src/main/java/org/springblade/modules/revoke/mapper/RevokeMapper.xml
@@ -29,11 +29,14 @@ <result column="representativecell" property="representativecell"/> <result column="contacts" property="contacts"/> <result column="contactscell" property="contactscell"/> <result column="storage" property="storage"/> </resultMap> <select id="selectRevokePage" resultMap="revokeResultMap"> select * from sys_revoke </select> <select id="selectIn" resultType="java.util.HashMap"> select * from sys_revoke where storage=0 and cardid=#{cardid} </select> </mapper>