|
...
|
...
|
@@ -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">
|
...
|
...
|
|