From 345d17cf82e1bbc1fbfbeec10193c2bed59cd674 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 27 Sep 2021 22:21:21 +0800
Subject: [PATCH] 注册登录,车辆,装备,枪支,招聘,培训考试修改

---
 src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml b/src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml
index 395787f..d145f73 100644
--- a/src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml
+++ b/src/main/java/org/springblade/modules/permit/mapper/PermitMapper.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"/>
@@ -30,6 +30,7 @@
         <result column="contactscell" property="contactscell"/>
         <result column="approve" property="approve"/>
         <result column="jurisdiction" property="jurisdiction"/>
+        <result column="overtime" property="overtime"/>
     </resultMap>
 
 
@@ -41,7 +42,7 @@
     <select id="selectIn" resultType="java.util.HashMap">
         select *
         from sys_permit
-        where  and cardid = #{cardid} and ptype=#{type }
+        where cardid = #{cardid} and ptype=#{type }
     </select>
 
     <insert id="insertPer" useGeneratedKeys="true" keyProperty="id">

--
Gitblit v1.9.3