Browse Source

排序

master
zhangyuan 3 years ago
parent
commit
fb7e4c89a5
  1. 2
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcWorkLogDao.xml

2
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcWorkLogDao.xml

@ -57,6 +57,7 @@
<if test="endTime != null and endTime != '' "> <if test="endTime != null and endTime != '' ">
AND DATE_FORMAT( wl.CREATED_TIME, '%Y-%m-%d' ) &lt;= #{endTime} AND DATE_FORMAT( wl.CREATED_TIME, '%Y-%m-%d' ) &lt;= #{endTime}
</if> </if>
ORDER BY wl.CREATED_TIME DESC
</select> </select>
<select id="list4Export" resultType="com.epmet.dto.IcWorkLogDTO"> <select id="list4Export" resultType="com.epmet.dto.IcWorkLogDTO">
@ -106,5 +107,6 @@
</if> </if>
GROUP BY GROUP BY
wl.id wl.id
ORDER BY wl.CREATED_TIME DESC
</select> </select>
</mapper> </mapper>
Loading…
Cancel
Save