From 97f4c8f1aeea0b973d302d25bbf60c82dddf9a8d Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 26 Aug 2021 09:56:50 +0800
Subject: [PATCH] 1.备案

---
 src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml b/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
index 819ab3c..36f2757 100644
--- a/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
+++ b/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
@@ -8,7 +8,7 @@
         <result column="creditCode" property="creditcode"/>
         <result column="enterpriseName" property="enterprisename"/>
         <result column="representative" property="representative"/>
-        <result column="establishTime" property="establishtime"/>
+        <result column="establishtime" property="establishtime"/>
         <result column="registeredCapital" property="registeredcapital"/>
         <result column="organizationCode" property="organizationcode"/>
         <result column="registrationNumber" property="registrationnumber"/>
@@ -41,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>

--
Gitblit v1.9.3