tangzy
2021-08-25 4b2ac3fcec0c32ed8277f209c6ac7261e6f66945
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>