zhongrj
2024-01-20 83b7c740d6fbad1b96e4a0a39be2fe6d14194d6e
src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml
@@ -273,10 +273,10 @@
        LEFT JOIN jczz_doorplate_address jda ON jda.address_code = jtrfr.address_code
        WHERE is_deleted = 0
        <if test="userId != null">
            and create_user = #{userId}
            and jtrfr.create_user = #{userId}
        </if>
        <if test="houseCode != null and houseCode != ''">
            and address_code = #{houseCode}
            and jtrfr.address_code = #{houseCode}
        </if>
        <if test="isAdministrator==2">
            <choose>