问题描述
@Query(nativeQuery=true,value="SELECT*FROM`media`m:where:orderLIMIT:start,:count")publicList<Media>getMediaList(@Param("where")Stringwhere,@Param("start")intstart,@Param("count")intcount,@Param("order")Stringorder);
在组成SQL时认为参数是STRING在SQL语句里面加上了引号这怎么破。。。
时间: 2024-12-01 10:13:12