Commit 718110c8 authored by fengyasheng's avatar fengyasheng

优化信息条件查询结果按时间倒序

parent 0285c26c
......@@ -26,6 +26,7 @@
AND opt_duration >= #{startOptDuration}
AND opt_duration <=#{endOptDuration}
</if>
ORDER BY happen_start_time desc
</select>
<select id="selectPageWithCrossIdAndGreenId" parameterType="map" resultType="net.wanji.opt.entity.eventoptimize.TEventOptimizeInfo">
SELECT *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment