insert into fee_combo_member(config_id, combo_id, community_id, member_id)
values (#{configId}, #{comboId}, #{communityId}, #{memberId})
update fee_combo_member t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.config_id= #{configId}
, t.community_id= #{communityId}
where 1=1
and t.combo_id= #{comboId}
and t.member_id= #{memberId}