来函页面显示调整,来函时间倒序排列,滚动条问题

This commit is contained in:
zhanghongqing
2018-02-09 13:59:49 +08:00
parent 1febb8a107
commit 1c536222f7
3 changed files with 40 additions and 54 deletions

View File

@@ -63,6 +63,7 @@
<if test="timeType = 'createTime' and beginDate!=null and beginDate!='' and endDate!=null and endDate!=''">
AND (r.create_time between #{beginDate} and #{endDate}) or (r.audit_time between #{beginDate} and #{endDate})
</if>
order by r.request_time desc
</select>
<!-- 根据来函号查询 -->
<select id="getRequestInfoByRequestNumber" parameterType="java.lang.String" resultMap="BaseResultMap">