Spring

mybatis in

시크유 2017. 8. 23. 13:22

<if test='energyGroupList != null and energyGroupList != ""'>

AND X.M_ENERGY_GROUP_ID IN <foreach item="item" index="index" collection="energyGroupList" open="(" separator="," close=")">#{item}</foreach> 

</if>