Your Name
2023-01-26 4e4b96ef73db8d36d1cc7e2ec87d38d397c96078
java110-db/src/main/resources/mapper/fee/PayFeeBatchV1ServiceDaoImplMapper.xml
@@ -76,13 +76,14 @@
        <if test="state !=null and state != ''">
            , t.state= #{state}
        </if>
        <if test="communityId !=null and communityId != ''">
            , t.community_id= #{communityId}
        </if>
        where 1=1
        <if test="batchId !=null and batchId != ''">
            and t.batch_id= #{batchId}
        </if>
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
    </update>