insert into fee_combo(combo_name, combo_id, community_id, remark)
values (#{comboName}, #{comboId}, #{communityId}, #{remark})
update fee_combo t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.combo_name= #{comboName}
, t.remark= #{remark}
where 1=1
and t.combo_id= #{comboId}
and t.community_id= #{communityId}