| | |
| | | <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} |
| | | </if> |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |
| | | </if> |
| | |
| | | <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> |