| | |
| | | <if test="feeYear != null and feeYear != ''"> |
| | | and YEAR(charge_time) = #{feeYear} |
| | | </if> |
| | | <if test="communityId != null and communityId != ''"> |
| | | and community_id = #{communityId} |
| | | </if> |
| | | </where> |
| | | |
| | | <!-- 排序 --> |
| | |
| | | <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"> |
| | |
| | | <if test="chargeEnd != null"> |
| | | AND charge_end = #{chargeEnd} |
| | | </if> |
| | | <if test="communityId != null and communityId != ''"> |
| | | and community_id = #{communityId} |
| | | </if> |
| | | </where> |
| | | </select> |
| | | </mapper> |