| | |
| | | <if test="context !=null and context != ''"> |
| | | and t.context= #{context} |
| | | </if> |
| | | <if test="startTime !=null"> |
| | | <if test="startTime !=null and startTime != ''"> |
| | | and t.start_time <= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null"> |
| | | <if test="endTime !=null and endTime != ''"> |
| | | and t.end_time >= #{endTime} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | |
| | | <if test="context !=null and context != ''"> |
| | | and t.context= #{context} |
| | | </if> |
| | | <if test="startTime !=null"> |
| | | <if test="startTime !=null and startTime != ''"> |
| | | and t.start_time <= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null"> |
| | | <if test="endTime !=null and endTime != ''"> |
| | | and t.end_time >= #{endTime} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | |
| | | <if test="noticeId !=null and noticeId != ''"> |
| | | and t.notice_id= #{noticeId} |
| | | </if> |
| | | <if test="state !=null and state != ''"> |
| | | and t.state= #{state} |
| | | </if> |
| | | </select> |
| | | |
| | | </mapper> |