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