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 ( + + ) + + +