@@ -16,7 +16,7 @@
<insert id="saveMenuGroupCommunitys" parameterType="Map">
insert into m_menu_group_community(
g_id,gc_id,name,community_name,community_id
- )
+ ) values
<foreach collection="menuGroupCommunityPos" item="item" separator=",">
(#{item.gId},'0',#{item.gcId},#{item.name},#{item.communityName},#{item.communityId})
</foreach>