|
|
@@ -566,7 +566,7 @@ |
|
|
</where> |
|
|
</where> |
|
|
|
|
|
|
|
|
<if test=" null != sortColumns"> order by ${sortColumns} </if> |
|
|
<if test=" null != sortColumns"> order by ${sortColumns} </if> |
|
|
<if test=" null == sortColumns">order by o.id desc</if> |
|
|
|
|
|
|
|
|
<if test=" null == sortColumns">order by o.create_date desc, o.id desc</if> |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|