|
|
|
@@ -348,7 +348,7 @@ |
|
|
|
<if test=" null != operationType ">and rc.`operation_type` = #{operationType}</if> |
|
|
|
</where> |
|
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
|
<if test=" null == sortColumns">order by rc.id desc</if> |
|
|
|
<if test=" null == sortColumns">order by rc.createtime desc,rc.id desc</if> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|