|
|
|
@ -88,6 +88,10 @@ |
|
|
|
and (t2.grid_id = #{gridId} |
|
|
|
OR find_in_set(#{gridId},t2.ALL_DEPT_IDS)) |
|
|
|
</if> |
|
|
|
<if test="timeStart != null and timeStart != '' and timeEnd != null and timeEnd != ''"> |
|
|
|
AND date_format(t.TESTING_TIME,'%Y-%m-%d') >= date_format(#{timeStart},'%Y-%m-%d') |
|
|
|
AND date_format(t.TESTING_TIME,'%Y-%m-%d') <= date_format(#{timeEnd},'%Y-%m-%d') |
|
|
|
</if> |
|
|
|
order by t.CREATED_TIME desc |
|
|
|
<if test="excelBigDataPageSize != null and excelBigDataPageIndex != null"> |
|
|
|
limit #{excelBigDataPageIndex},#{excelBigDataPageSize} |
|
|
|
|