From ff8fab0853fa2c6e833ae1acfb3760567253925a Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Sun, 19 Jul 2020 17:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=90=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/local/src/main/resources/mapper/BizDocumentHistory.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/local/src/main/resources/mapper/BizDocumentHistory.xml b/java/local/src/main/resources/mapper/BizDocumentHistory.xml index 262ebdb..41d80d2 100644 --- a/java/local/src/main/resources/mapper/BizDocumentHistory.xml +++ b/java/local/src/main/resources/mapper/BizDocumentHistory.xml @@ -3,14 +3,14 @@ - insert into biz_do_history (pid, type, uid, uname, status_before, status_after, time, info) + insert into biz_doc_history (pid, type, uid, uname, status_before, status_after, time, info) VALUES (#{pid}, #{type}, #{uid}, #{uname}, #{status_before}, #{status_after}, #{time}, #{info}) \ No newline at end of file