Browse Source

bug

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
cc6eaaeed9
  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

@ -65,7 +65,7 @@
AND ALL_DEPT_IDS = #{parentDeptIds}
</if>
ORDER BY
SORT ASC
SORT ASC,
UPDATED_TIME DESC
</select>
<select id="selectListOfOrganizationInfo" resultType="com.elink.esua.epdc.smile.dto.police.PoliceDTO">

Loading…
Cancel
Save