chengf
2025-08-05 c4a333b83ba54bcadf2a6a2b34fe66ab88a6ba9d
java110-db/src/main/resources/mapper/fee/PropertyWhiteListFlowDaoImplMapper.xml
@@ -127,6 +127,9 @@
            <if test="feeYear != null and feeYear != ''">
                and YEAR(charge_time) = #{feeYear}
            </if>
            <if test="communityId != null and communityId != ''">
                and community_id = #{communityId}
            </if>
        </where>
        <!-- 排序 -->
@@ -188,6 +191,9 @@
            <if test="feeYear != null and feeYear != ''">
                and YEAR(charge_time) = #{feeYear}
            </if>
            <if test="communityId != null and communityId != ''">
                and community_id = #{communityId}
            </if>
        </where>
    </select>
    <select id="countPropertyWhiteListFlowFilter" parameterType="Map" resultType="Map">
@@ -223,6 +229,9 @@
            <if test="chargeEnd != null">
                AND charge_end = #{chargeEnd}
            </if>
            <if test="communityId != null and communityId != ''">
                and community_id = #{communityId}
            </if>
        </where>
    </select>
</mapper>