We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
select\n" + " <include refid="Base_Column_List"/>\n" + " from user\n" + " where birth in \n" + " <foreach item="item" index="index" collection="birthCollection"\n" + " open="(" separator="," close=")">#{item,jdbcType=TIMESTAMP}
对于item 这个由于前面没有空格或换行,导致 in 报错