Browse Source

巡查接口新增排序字段

dev_shibei_match
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
</otherwise>
</choose>
, ssp.staff_id DESC
</if>
LIMIT
#{pageNo}, #{pageSize}

Loading…
Cancel
Save