src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -898,10 +898,12 @@ jczz_household jh LEFT JOIN jczz_doorplate_address jda ON jh.house_code = jda.address_code <where> <if test="communityCodeList != null and communityCodeList.size()>0"> jda.nei_code in <foreach collection="communityCodeList" item="code" open="(" close=")" separator=","> #{code} </foreach> </if> AND jh.is_deleted = 0 and jda.doorplate_type = '户室牌' <if test="userId != null and roleType == '1'">