Skip to content

Instantly share code, notes, and snippets.

@RayOnFire
Created June 15, 2018 03:30
Show Gist options
  • Select an option

  • Save RayOnFire/bf896be81e491140d590d9d93496e9bb to your computer and use it in GitHub Desktop.

Select an option

Save RayOnFire/bf896be81e491140d590d9d93496e9bb to your computer and use it in GitHub Desktop.
[Java MyBatis foreach]#Java #MyBatis
<foreach collection="organizations" item="item" index="index"
open="(" separator="," close=")">#{item.id}</foreach>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment