智慧保安后台管理-外网
Administrator
2022-01-18 cc3a57f2a466a76a808b8171fdcfa5d10263e4eb
src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml
@@ -45,6 +45,9 @@
        <if test="permit.jurisdiction!=null and permit.jurisdiction != '' and permit.jurisdiction!='1372091709474910209'">
            and (sj.id = #{permit.jurisdiction} or sj.parent_id = #{permit.jurisdiction})
        </if>
        <if test="permit.cardid!=null and permit.cardid != ''">
            and  si.cardid=#{permit.cardid}
        </if>
<!--        <if test="permit.usetype=='1'.toString()">-->
<!--            and si.jurisdiction in(${jurisdiction})-->
<!--        </if>-->