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>