insert into import_fee(
fee_type_cd,import_fee_id,community_id
) values (
#{feeTypeCd},#{importFeeId},#{communityId}
)
update import_fee t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.fee_type_cd= #{feeTypeCd}
, t.community_id= #{communityId}
where 1=1
and t.import_fee_id= #{importFeeId}