Commit a1509c204173741a38c1f3dcccc992adaa09f6ca
1 parent
fd83a3e5
养护记录明细支持倒序
Showing
1 changed file
with
1 additions
and
0 deletions
urbanops-module-garden/src/main/resources/mapper/maintainplan/MaintainPlanCommitMapper.xml
| ... | ... | @@ -83,6 +83,7 @@ |
| 83 | 83 | <if test="req.createTimeEnd != null"> |
| 84 | 84 | <![CDATA[AND DATE_FORMAT(a.create_time, '%Y-%m-%d') <= #{req.createTimeEnd}]]> |
| 85 | 85 | </if> |
| 86 | + order by c.id desc | |
| 86 | 87 | </select> |
| 87 | 88 | |
| 88 | 89 | <select id="appMaintainPlanCommitDetailPage" resultType="com.zteits.urbanops.module.garden.controller.app.maintainplan.vo.AppMaintainPlanCommitDetailPageRespVO"> | ... | ... |