Administrator
2021-08-25 ebd8c2eaf7215d74229de20e3e4028150445d8ad
src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
@@ -32,6 +32,7 @@
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>
        <result column="storage" property="storage"/>
        <result column="jurisdiction" property="jurisdiction"/>
    </resultMap>
@@ -40,7 +41,7 @@
    </select>
    <select id="selectIn" resultType="java.util.HashMap">
        select * from sys_record where storage=0 and cardid=#{cardid}
        select * from sys_record where storage=0 and cardid=#{cardid} and ptype=#{type}
    </select>
</mapper>