Browse Source

治理排行-手动打分 列表排序

feature/dangjian
zhangyongzhangyong 6 years ago
parent
commit
21ce76f562
  1. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/ManualScoreDao.xml

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/ManualScoreDao.xml

@ -43,6 +43,6 @@
<if test="allDeptIds != '' and allDeptIds != null">
AND m.all_dept_ids like concat('%',#{allDeptIds},'%')
</if>
ORDER BY m.CREATED_TIME DESC
ORDER BY m.SCORE DESC, m.CREATED_TIME DESC
</select>
</mapper>
Loading…
Cancel
Save