<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>
<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>