Mybatis 中 order by 排序问题
2019-10-11 本文已影响0人
飘逸小天
Mybatis 中 order by 排序失败的解决方法
https://blog.csdn.net/rainbow702/article/details/53906763
由:order by #{times} #{sort}
改为:order by ${times} ${sort}
Mybatis 中 order by 排序失败的解决方法
https://blog.csdn.net/rainbow702/article/details/53906763
由:order by #{times} #{sort}
改为:order by ${times} ${sort}