智慧保安后台管理-外网-验收版本
tangzy
2021-08-26 4f92f81003227fa6767db911e51fecf2165ce10a
1.备案
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml
@@ -41,7 +41,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">