mybatis 無效字符

 只想說 是真的坑啊!!!!!sql就是對 但就是報錯無效字符.....sql

1、sql後有 「;」,我以爲這個應該坑了不少人了spa

2、標籤後有相似於空格的東西(我也不知道是tab仍是空格,反正刪完就對了)code

<select id="bdgs_pp" resultMap="bdgs_ppResult" >

  select * from A where id in 

    <foreach collection="idlist" item="id" index="index" open="(" separator="," close=")">
      #{id}
    </foreach>******

</select>

 

 

("****"就是指看不見的坑的一批的空格)blog

相關文章
相關標籤/搜索