Compare commits

..

No commits in common. "e3bb49b72d3ec3cba298f6d105f190d78108dcb9" and "8d433b5492556ecf210b0c21d51bfa70ed15d42e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
</foreach>
</if>
group by tf.id
ORDER BY ${orderField} ${order}
ORDER BY ${orderField} ${orderType}
</select>
</mapper>