This commit is contained in:
wangliwen 2023-01-06 17:28:55 +08:00
parent 85a0d391ec
commit 477468b2e5
1 changed files with 1 additions and 1 deletions

View File

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