|
@@ -738,7 +738,7 @@
|
|
|
|
|
|
group by s.id
|
|
|
<if test="ex.orderBy == null or ex.orderBy ==''">
|
|
|
- order by s.sync_time DESC
|
|
|
+ order by s.create_time DESC
|
|
|
</if>
|
|
|
${ex.orderBy}
|
|
|
</select>
|
|
@@ -768,7 +768,7 @@
|
|
|
${ex.query}
|
|
|
|
|
|
<if test="ex.orderBy == null or ex.orderBy ==''">
|
|
|
- order by kdpso.sync_time DESC
|
|
|
+ order by kdpso.create_time DESC
|
|
|
</if>
|
|
|
${ex.orderBy}
|
|
|
</select>
|
|
@@ -782,7 +782,7 @@
|
|
|
${ex.query}
|
|
|
|
|
|
<if test="ex.orderBy == null or ex.orderBy ==''">
|
|
|
- order by kdpso.sync_time DESC
|
|
|
+ order by kdpso.create_time DESC
|
|
|
</if>
|
|
|
${ex.orderBy}
|
|
|
</select>
|