Commit 66ea1f53c4cff94cd961dbf6f00301542000687e

Authored by 房远帅
1 parent 3064bb26

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

... ... @@ -63,5 +63,6 @@
63 63 )
64 64 </if>
65 65 </where>
  66 + ORDER BY tb.create_time DESC
66 67 </select>
67 68 </mapper>
... ...
... ... @@ -96,6 +96,7 @@
96 96 OR poi.order_no LIKE CONCAT('%', #{vo.searchKey},'%'))
97 97 </if>
98 98 </where>
  99 + ORDER BY tb.create_time DESC
99 100 </select>
100 101
101 102 <select id="findById" resultType="com.lframework.xingyun.sc.entity.SampleResultTracking">
... ...