java110-db/src/main/resources/mapper/user/MenuGroupCommunityV1ServiceDaoImplMapper.xml
@@ -71,13 +71,14 @@ <if test="communityName !=null and communityName != ''"> , t.community_name= #{communityName} </if> <if test="communityId !=null and communityId != ''"> , t.community_id= #{communityId} </if> where 1=1 <if test="gcId !=null and gcId != ''"> and t.gc_id= #{gcId} </if> <if test="communityId !=null and communityId != ''"> and t.community_id= #{communityId} </if> </update>