Created
June 15, 2018 03:30
-
-
Save RayOnFire/bf896be81e491140d590d9d93496e9bb to your computer and use it in GitHub Desktop.
[Java MyBatis foreach]#Java #MyBatis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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