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>-->