From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/common/MachineTranslateErrorServiceDaoImplMapper.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/common/MachineTranslateErrorServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/MachineTranslateErrorServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index 1639a4c..e9c2920
--- a/java110-db/src/main/resources/mapper/common/MachineTranslateErrorServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/MachineTranslateErrorServiceDaoImplMapper.xml
@@ -8,9 +8,9 @@
<!-- 淇濆瓨IOT鍚屾閿欒鏃ュ織璁板綍淇℃伅 add by wuxw 2018-07-03 -->
<insert id="saveMachineTranslateErrorInfo" parameterType="Map">
insert into machine_translate_error(
- req_header,machine_translate_id,res_body,req_body,log_id,community_id
+ req_header,machine_translate_id,res_body,req_body,log_id,community_id,req_path,req_type
) values (
- #{reqHeader},#{machineTranslateId},#{resBody},#{reqBody},#{logId},#{communityId}
+ #{reqHeader},#{machineTranslateId},#{resBody},#{reqBody},#{logId},#{communityId},#{reqPath},#{reqType}
)
</insert>
@@ -19,7 +19,8 @@
<select id="getMachineTranslateErrorInfo" parameterType="Map" resultType="Map">
select t.req_header,t.req_header reqHeader,t.machine_translate_id,t.machine_translate_id
machineTranslateId,t.res_body,t.res_body resBody,t.req_body,t.req_body reqBody,t.log_id,t.log_id
- logId,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId
+ logId,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId,
+ t.req_path reqPath,t.req_type reqType
from machine_translate_error t
where 1 =1
<if test="reqHeader !=null and reqHeader != ''">
--
Gitblit v1.8.0