insert into machine_translate_error(
req_header,machine_translate_id,res_body,req_body,log_id,community_id,req_path,req_type
) values (
#{reqHeader},#{machineTranslateId},#{resBody},#{reqBody},#{logId},#{communityId},#{reqPath},#{reqType}
)
update machine_translate_error t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.req_header= #{reqHeader}
, t.machine_translate_id= #{machineTranslateId}
, t.res_body= #{resBody}
, t.req_body= #{reqBody}
, t.community_id= #{communityId}
where 1=1
and t.log_id= #{logId}