| | |
| | | and t.context= #{context} |
| | | </if> |
| | | <if test="startTime !=null"> |
| | | and t.start_time= #{startTime} |
| | | and t.start_time <= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null"> |
| | | and t.end_time= #{endTime} |
| | | and t.end_time >= #{endTime} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | |
| | | and t.context= #{context} |
| | | </if> |
| | | <if test="startTime !=null"> |
| | | and t.start_time= #{startTime} |
| | | and t.start_time <= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null"> |
| | | and t.end_time= #{endTime} |
| | | and t.end_time >= #{endTime} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |