Commit 66ea1f53c4cff94cd961dbf6f00301542000687e

Authored by 房远帅
1 parent 3064bb26

试样订单:产品试样结果反馈单、产品试样结果跟踪单排序

@@ -63,5 +63,6 @@ @@ -63,5 +63,6 @@
63 ) 63 )
64 </if> 64 </if>
65 </where> 65 </where>
  66 + ORDER BY tb.create_time DESC
66 </select> 67 </select>
67 </mapper> 68 </mapper>
@@ -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">