|
@@ -55,6 +55,6 @@
|
|
|
<if test="isDisable != null and isDisable != 0">
|
|
<if test="isDisable != null and isDisable != 0">
|
|
|
AND t.isDisable = #{isDisable}
|
|
AND t.isDisable = #{isDisable}
|
|
|
</if>
|
|
</if>
|
|
|
- ORDER BY t.createTime DESC
|
|
|
|
|
|
|
+ ORDER BY t.createTime DESC, t.userId DESC
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|