智慧保安后台管理-外网项目备份
src/main/java/org/springblade/modules/recordk/mapper/RecordkMapper.xml
@@ -68,4 +68,35 @@
        where cardid = #{cardid}
          and ptype = #{type}
    </select>
    <select id="selectRecordDetail" resultType="org.springblade.modules.recordk.dto.RecordkDTO">
        select
            id,
            ptype,
            type,
            permitime,
            cardid,
            representativecell,
            contacts,
            contactscell,
            jurisdiction,
            industry,
            registration,
            creditcode,
            enterprisename,
            representative,
            address,
            overtime,
            perid,
            offices,
            officetime,
            ksecuritys,
            kproject,
            kzipcode,
            kservicetime,
            kaddress
        from sys_recordk
        where cardid = #{recordk.cardid}
        and ptype = #{recordk.ptype}
    </select>
</mapper>