Browse Source

bug

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
2def0d6cb4
  1. 2
      epdc-cloud-property/src/main/resources/mapper/smile/police/PoliceDao.xml

2
epdc-cloud-property/src/main/resources/mapper/smile/police/PoliceDao.xml

@ -26,7 +26,7 @@
OR find_in_set(#{deptId},ep.ALL_DEPT_IDS))
</if>
ORDER BY
ep.SORT ASC
ep.SORT ASC,
ep.CREATED_TIME DESC
</select>
<select id="selectPoliceGroupInfo" resultType="com.elink.esua.epdc.smile.dto.police.result.PoliceResultDTO">

Loading…
Cancel
Save