insert into temp_car_fee_config_attr(
attr_id,config_id,spec_cd,community_id,value
) values (
#{attrId},#{configId},#{specCd},#{communityId},#{value}
)
update temp_car_fee_config_attr t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.config_id= #{configId}
, t.spec_cd= #{specCd}
, t.community_id= #{communityId}
, t.value= #{value}
where 1=1
and t.attr_id= #{attrId}