Browse Source

巡查接口新增排序字段

master
sunyuchao 4 years ago
parent
commit
906a8e1851
  1. 1
      epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/epmetuser/StaffPatrolRecordDao.xml

1
epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/epmetuser/StaffPatrolRecordDao.xml

@ -99,6 +99,7 @@
ORDER BY SUM(ssp.total_time) DESC ORDER BY SUM(ssp.total_time) DESC
</otherwise> </otherwise>
</choose> </choose>
, ssp.staff_id DESC
</if> </if>
LIMIT LIMIT
#{pageNo}, #{pageSize} #{pageNo}, #{pageSize}

Loading…
Cancel
Save