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