智慧保安后台管理-外网项目备份
Administrator
2021-08-25 ebd8c2eaf7215d74229de20e3e4028150445d8ad
src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml
@@ -29,6 +29,7 @@
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>
        <result column="approve" property="approve"/>
        <result column="jurisdiction" property="jurisdiction"/>
    </resultMap>
@@ -41,7 +42,7 @@
        select *
        from sys_permit
        where storage = 0
          and cardid = #{cardid}
          and cardid = #{cardid} and ptype=#{type }
    </select>
    <insert id="insertPer" useGeneratedKeys="true" keyProperty="id">