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>