Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -96,6 +96,7 @@ | @@ -96,6 +96,7 @@ | ||
| 96 | OR poi.order_no LIKE CONCAT('%', #{vo.searchKey},'%')) | 96 | OR poi.order_no LIKE CONCAT('%', #{vo.searchKey},'%')) |
| 97 | </if> | 97 | </if> |
| 98 | </where> | 98 | </where> |
| 99 | + ORDER BY tb.create_time DESC | ||
| 99 | </select> | 100 | </select> |
| 100 | 101 | ||
| 101 | <select id="findById" resultType="com.lframework.xingyun.sc.entity.SampleResultTracking"> | 102 | <select id="findById" resultType="com.lframework.xingyun.sc.entity.SampleResultTracking"> |