From a3c18c875e45c5c92e491a12554cfeffaf0b7967 Mon Sep 17 00:00:00 2001 From: chenxinying <1039655633@qq.com> Date: Wed, 17 Jan 2024 14:05:18 +0800 Subject: [PATCH] =?UTF-8?q?BUS=5FEIGHTWORK=5FFLOW=5FLOG=E7=9A=84mapper?= =?UTF-8?q?=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eightwork/EightWorkFlowLogMapper.xml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/main/resources/mybatis/datasource/eightwork/EightWorkFlowLogMapper.xml diff --git a/src/main/resources/mybatis/datasource/eightwork/EightWorkFlowLogMapper.xml b/src/main/resources/mybatis/datasource/eightwork/EightWorkFlowLogMapper.xml new file mode 100644 index 0000000..9157f0b --- /dev/null +++ b/src/main/resources/mybatis/datasource/eightwork/EightWorkFlowLogMapper.xml @@ -0,0 +1,56 @@ + + + + + + + BUS_EIGHTWORK_FLOW_LOG + + + + + SYS_DICTIONARIES + + + + + f.LOG_ID, + f.TASK_ID, + f.STEP_ID, + f.ACT_USER, + f.ACT_TIME, + f.STATUS + + + + + LOG_ID, + TASK_ID, + STEP_ID, + ACT_USER, + ACT_TIME, + STATUS + + + + + #{LOG_ID}, + #{TASK_ID}, + #{STEP_ID}, + #{ACT_USER}, + #{ACT_TIME}, + #{STATUS} + + + + + insert into + + ( + + ) values ( + + ) + + +