java110-db/src/main/resources/mapper/fee/FeeConfigServiceDaoImplMapper.xml
@@ -179,6 +179,9 @@ <if test="endTime !=null "> and t.end_time= #{endTime} </if> <if test="valid !=null and valid == 1"> and t.end_time > now() </if> <if test="curTime !=null "> and t.end_time > #{curTime} and t.start_time < #{curTime} @@ -308,6 +311,9 @@ <if test="endTime !=null "> and t.end_time= #{endTime} </if> <if test="valid !=null and valid == 1"> and t.end_time > now() </if> <if test="communityId !=null and communityId != ''"> and t.community_id= #{communityId} </if>