app/src/main/resources/mapper/UserInfoMapper.xml
@@ -201,7 +201,7 @@ </where> <if test="query.sortList!=null"> <foreach collection="query.sortList" open=" order by " separator="," item="item"> #{item} ${item} </foreach> </if> limit #{query.start},#{query.count}