chengf
2026-03-11 b88a288f4f787b509463678e3cd9ccfa3f37014b
java110-db/src/main/resources/mapper/acct/PaymentPoolV1ServiceDaoImplMapper.xml
@@ -37,9 +37,9 @@
        <if test="state !=null and state != ''">
            and t.state= #{state}
        </if>
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
<!--        <if test="communityId !=null and communityId != ''">-->
<!--            and t.community_id= #{communityId}-->
<!--        </if>-->
        <if test="paymentName !=null and paymentName != ''">
            and t.payment_name= #{paymentName}
        </if>