| | |
| | | AND t1.create_time BETWEEN #{ sysQuartzLogVo.startTime } AND #{ sysQuartzLogVo.endTime } |
| | | </if> |
| | | <if test="sysQuartzLogVo.jobName != null and sysQuartzLogVo.jobName != ''"> |
| | | AND t2.job_name LIKE CONCAT(CONCAT('%',#{ sysQuartzLogVo.jobName }),'%') |
| | | AND t2.job_name LIKE '%' + #{ sysQuartzLogVo.jobName } + '%' |
| | | </if> |
| | | <if test="sysQuartzLogVo.description != null and sysQuartzLogVo.description != ''"> |
| | | AND t2.description LIKE CONCAT(CONCAT('%',#{ sysQuartzLogVo.description }),'%') |
| | | AND t2.description LIKE '%' + #{ sysQuartzLogVo.description }) + '%' |
| | | </if> |
| | | </where> |
| | | ORDER BY t1.create_time DESC |
| | |
| | | AND t1.create_time BETWEEN #{ sysQuartzLogVo.startTime } AND #{ sysQuartzLogVo.endTime } |
| | | </if> |
| | | <if test="sysQuartzLogVo.jobName != null and sysQuartzLogVo.jobName != ''"> |
| | | AND t2.job_name LIKE CONCAT(CONCAT('%',#{ sysQuartzLogVo.jobName }),'%') |
| | | AND t2.job_name LIKE '%' + #{ sysQuartzLogVo.jobName } + '%' |
| | | </if> |
| | | <if test="sysQuartzLogVo.description != null and sysQuartzLogVo.description != ''"> |
| | | AND t2.description LIKE CONCAT(CONCAT('%',#{ sysQuartzLogVo.description }),'%') |
| | | AND t2.description LIKE '%' + #{ sysQuartzLogVo.description } + '%' |
| | | </if> |
| | | </where> |
| | | ORDER BY t1.create_time DESC |