tangzy
2021-08-25 2063a93b5f7d4837e0dfd7c2c3c936af8419700f
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 cardid=#{cardid} and ptype=#{type}
    </select>
</mapper>