java110 лет назад: 4
Родитель
Сommit
a623b3bedb

+ 1 - 1
java110-db/src/main/resources/mapper/user/MenuGroupCommunityV1ServiceDaoImplMapper.xml

@@ -18,7 +18,7 @@
         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})
+            (#{item.gId},#{item.gcId},#{item.name},#{item.communityName},#{item.communityId})
         </foreach>
     </insert>