智慧保安后台管理-外网项目备份
Administrator
2021-08-25 ebd8c2eaf7215d74229de20e3e4028150445d8ad
src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
@@ -31,6 +31,8 @@
        <result column="representativecell" property="representativecell"/>
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>
        <result column="storage" property="storage"/>
        <result column="jurisdiction" property="jurisdiction"/>
    </resultMap>
@@ -38,4 +40,8 @@
        select * from sys_record
    </select>
    <select id="selectIn" resultType="java.util.HashMap">
        select * from sys_record where storage=0 and cardid=#{cardid} and ptype=#{type}
    </select>
</mapper>