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