Browse Source

Merge branch 'dev_staff_info' into develop

dev_shibei_match
sunyuchao 4 years ago
parent
commit
c15b80c0fa
  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