Administrator
2021-08-19 6bd7ffcfcb0b5fb8dd1a5e95e78b07d9bb161f19
src/main/java/org/springblade/modules/recordk/mapper/RecordkMapper.xml
@@ -30,6 +30,7 @@
        <result column="representativecell" property="representativecell"/>
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>
        <result column="storage" property="storage"/>
    </resultMap>
@@ -37,4 +38,7 @@
        select * from sys_recordk
    </select>
    <select id="selectIn" resultType="java.util.HashMap">
        select * from sys_recordk where storage=0 and cardid=#{cardid}
    </select>
</mapper>