|
@@ -363,6 +363,6 @@
|
|
|
<if test="dto.reportTimeStart != null and dto.reportTimeEnd != null">
|
|
<if test="dto.reportTimeStart != null and dto.reportTimeEnd != null">
|
|
|
and t1.report_time between #{dto.reportTimeStart} and #{dto.reportTimeEnd}
|
|
and t1.report_time between #{dto.reportTimeStart} and #{dto.reportTimeEnd}
|
|
|
</if>
|
|
</if>
|
|
|
- ORDER BY t1.report_time IS NULL DESC, t1.report_time DESC,t5.name is null desc,t5.name
|
|
|
|
|
|
|
+ ORDER BY t1.report_time IS NULL DESC, t1.report_time DESC,t5.name is null,t5.name
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|