Compare commits

..

No commits in common. "3d496eebfff3037f0223b41914b658566698412c" and "2613f89efd3f1849832c4ed668151650ad9a6242" 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>