linwei
2024-01-18 35e276efb01e139ebee820bbe72f4336e5d186bd
src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml
@@ -174,9 +174,7 @@
        <if test="vo.confirmFlag != null">
            AND jtrfr.confirm_flag = #{vo.confirmFlag}
        </if>
        <if test="vo.confirmUserId != null and vo.roleName!='网格员'">
            AND jtrfr.confirm_user_id = #{vo.confirmUserId}
        </if>
        <if test="vo.status != null">
            AND jtrfr.status = #{vo.status}
        </if>
@@ -264,6 +262,10 @@
        WHERE is_deleted = 0
        <if test="userId != null">
            and create_user = #{userId}
        </if>
        <if test="houseCode != null and houseCode != ''">
            and address_code = #{houseCode}
        </if>
    </select>