| | |
| | | <if test="endTime !=null "> |
| | | and t.end_time <= #{endTime} |
| | | </if> |
| | | <if test="queryStartTime !=null"> |
| | | <if test="queryStartTime !=null and queryStartTime != ''"> |
| | | and t.create_time > #{queryStartTime} |
| | | </if> |
| | | <if test="queryEndTime !=null"> |
| | | <if test="queryEndTime !=null and queryEndTime != ''"> |
| | | and t.create_time < #{queryEndTime} |
| | | </if> |
| | | <if test="state !=null and state != ''"> |
| | |
| | | <if test="endTime !=null "> |
| | | and t.end_time <= #{endTime} |
| | | </if> |
| | | <if test="queryStartTime !=null"> |
| | | <if test="queryStartTime !=null and queryStartTime != ''"> |
| | | and t.create_time > #{queryStartTime} |
| | | </if> |
| | | <if test="queryEndTime !=null"> |
| | | <if test="queryEndTime !=null and queryEndTime != ''"> |
| | | and t.create_time < #{queryEndTime} |
| | | </if> |
| | | <if test="state !=null and state != ''"> |