linwe
2023-12-27 c255e37f451939925946b1c2f29a791ddf25efce
src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.xml
@@ -299,8 +299,7 @@
        FROM
        jczz_house_rental jhr
        LEFT JOIN jczz_doorplate_address jda ON jhr.house_code = jda.address_code
        WHERE
        jhr.is_deleted = 0
        <where>
        <if test="neiCode != null and neiCode != ''">
            and jda.nei_code = #{neiCode}
        </if>
@@ -316,6 +315,10 @@
            jg.is_deleted = 0
            AND jgm.user_id = #{userId} )
        </if>
            and jhr.is_deleted = 0
            and jhr.audit_status = 0
        </where>
    </select>