check the manual that corresponds to your MySQL server version for the right
k_. 2017-03-31 12:13:05 check the manual that corresponds to your MySQL server version for the right syntax to use near ''2','4'' at line 6
没毛病啊,怎么回事,下面是mybatis语句
<select id="getNewList" resultMap="BaseResultMap" parameterType="java.util.HashMap" >
select
<include refid="Base_Column_List" />
from t_dynamic
LIMIT #{startIndex},#{pageSize}
</select>