Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
da85a076
Commit
da85a076
authored
Dec 09, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改扩展配置字段长度和字段类型
parent
2a8da156
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
34 additions
and
34 deletions
+34
-34
FlowMapper.xml
.../myth-admin-core/src/main/resources/mapper/FlowMapper.xml
+3
-3
FlowVersionMapper.xml
...dmin-core/src/main/resources/mapper/FlowVersionMapper.xml
+3
-3
JobTaskMapper.xml
...th-admin-core/src/main/resources/mapper/JobTaskMapper.xml
+4
-4
JobTaskRunLogMapper.xml
...in-core/src/main/resources/mapper/JobTaskRunLogMapper.xml
+4
-4
JobTaskScheduleMapper.xml
...-core/src/main/resources/mapper/JobTaskScheduleMapper.xml
+4
-4
NodeMapper.xml
.../myth-admin-core/src/main/resources/mapper/NodeMapper.xml
+3
-3
NodeVersionMapper.xml
...dmin-core/src/main/resources/mapper/NodeVersionMapper.xml
+3
-3
RunRecordingMapper.xml
...min-core/src/main/resources/mapper/RunRecordingMapper.xml
+4
-4
WaitingRecordMapper.xml
...in-core/src/main/resources/mapper/WaitingRecordMapper.xml
+3
-3
WaitingTaskMapper.xml
...dmin-core/src/main/resources/mapper/WaitingTaskMapper.xml
+3
-3
No files found.
byit-myth-core/myth-admin-core/src/main/resources/mapper/FlowMapper.xml
View file @
da85a076
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<result
column=
"schedule_follow"
jdbcType=
"CHAR"
property=
"scheduleFollow"
/>
<result
column=
"schedule_follow"
jdbcType=
"CHAR"
property=
"scheduleFollow"
/>
<result
column=
"is_update"
jdbcType=
"CHAR"
property=
"isUpdate"
/>
<result
column=
"is_update"
jdbcType=
"CHAR"
property=
"isUpdate"
/>
<result
column=
"scan_mark"
jdbcType=
"CHAR"
property=
"scanMark"
/>
<result
column=
"scan_mark"
jdbcType=
"CHAR"
property=
"scanMark"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
flow_id, alarm_email, exec_type, flow_cron, flow_desc, flow_name, flow_node_count,
flow_id, alarm_email, exec_type, flow_cron, flow_desc, flow_name, flow_node_count,
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
#{scanMark,jdbcType=CHAR},
#{scanMark,jdbcType=CHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -358,7 +358,7 @@
...
@@ -358,7 +358,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where flow_id = #{flowId,jdbcType=INTEGER}
where flow_id = #{flowId,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/FlowVersionMapper.xml
View file @
da85a076
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<result
column=
"principal"
jdbcType=
"VARCHAR"
property=
"principal"
/>
<result
column=
"principal"
jdbcType=
"VARCHAR"
property=
"principal"
/>
<result
column=
"version_name"
jdbcType=
"VARCHAR"
property=
"versionName"
/>
<result
column=
"version_name"
jdbcType=
"VARCHAR"
property=
"versionName"
/>
<result
column=
"is_inner"
jdbcType=
"CHAR"
property=
"isInner"
/>
<result
column=
"is_inner"
jdbcType=
"CHAR"
property=
"isInner"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
<!-- generated @mbg.generated date: 2019-12-31 -->
<!-- generated @mbg.generated date: 2019-12-31 -->
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
#{isInner,jdbcType=CHAR},
#{isInner,jdbcType=CHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -272,7 +272,7 @@
...
@@ -272,7 +272,7 @@
is_inner = #{isInner,jdbcType=CHAR},
is_inner = #{isInner,jdbcType=CHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where flow_version_id = #{flowVersionId,jdbcType=INTEGER}
where flow_version_id = #{flowVersionId,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/JobTaskMapper.xml
View file @
da85a076
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<result
column=
"node_depend"
jdbcType=
"VARCHAR"
property=
"nodeDepend"
/>
<result
column=
"node_depend"
jdbcType=
"VARCHAR"
property=
"nodeDepend"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.JobTask"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.JobTask"
>
<!-- generated @mbg.generated date: 2019-12-25 -->
<!-- generated @mbg.generated date: 2019-12-25 -->
...
@@ -315,7 +315,7 @@
...
@@ -315,7 +315,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -340,7 +340,7 @@
...
@@ -340,7 +340,7 @@
#{jobTask.versionName,jdbcType=VARCHAR},#{jobTask.runCommand,jdbcType=VARCHAR},#{jobTask.runSource,jdbcType=LONGVARCHAR},
#{jobTask.versionName,jdbcType=VARCHAR},#{jobTask.runCommand,jdbcType=VARCHAR},#{jobTask.runSource,jdbcType=LONGVARCHAR},
#{jobTask.flowName,jdbcType=VARCHAR},#{jobTask.superSuccessRun,jdbcType=CHAR},#{jobTask.reRunId,jdbcType=VARCHAR},
#{jobTask.flowName,jdbcType=VARCHAR},#{jobTask.superSuccessRun,jdbcType=CHAR},#{jobTask.reRunId,jdbcType=VARCHAR},
#{jobTask.logId,jdbcType=INTEGER},#{jobTask.nodeDepend,jdbcType=VARCHAR},#{jobTask.operator,jdbcType=VARCHAR},
#{jobTask.logId,jdbcType=INTEGER},#{jobTask.nodeDepend,jdbcType=VARCHAR},#{jobTask.operator,jdbcType=VARCHAR},
#{jobTask.scheduleType,jdbcType=INTEGER}, #{jobTask.extendedConfiguration
,jdbcType=VARCHAR
}
#{jobTask.scheduleType,jdbcType=INTEGER}, #{jobTask.extendedConfiguration}
)
)
</foreach>
</foreach>
</insert>
</insert>
...
@@ -452,7 +452,7 @@
...
@@ -452,7 +452,7 @@
schedule_type = #{scheduleType,jdbcType=INTEGER},
schedule_type = #{scheduleType,jdbcType=INTEGER},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where id = #{id,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/JobTaskRunLogMapper.xml
View file @
da85a076
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"script_urls"
jdbcType=
"VARCHAR"
property=
"scriptUrls"
/>
<result
column=
"script_urls"
jdbcType=
"VARCHAR"
property=
"scriptUrls"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.JobTaskRunLogWithBLOBs"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.JobTaskRunLogWithBLOBs"
>
<result
column=
"run_msg"
jdbcType=
"LONGVARCHAR"
property=
"runMsg"
/>
<result
column=
"run_msg"
jdbcType=
"LONGVARCHAR"
property=
"runMsg"
/>
...
@@ -470,7 +470,7 @@
...
@@ -470,7 +470,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -577,7 +577,7 @@
...
@@ -577,7 +577,7 @@
script_urls = #{scriptUrls,jdbcType=VARCHAR},
script_urls = #{scriptUrls,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where log_id = #{logId,jdbcType=INTEGER}
where log_id = #{logId,jdbcType=INTEGER}
...
@@ -679,7 +679,7 @@
...
@@ -679,7 +679,7 @@
script_urls = #{scriptUrls,jdbcType=VARCHAR},
script_urls = #{scriptUrls,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where log_id = #{logId,jdbcType=INTEGER}
where log_id = #{logId,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/JobTaskScheduleMapper.xml
View file @
da85a076
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<result
column=
"node_depend"
jdbcType=
"VARCHAR"
property=
"nodeDepend"
/>
<result
column=
"node_depend"
jdbcType=
"VARCHAR"
property=
"nodeDepend"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.JobTaskSchedule"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.JobTaskSchedule"
>
...
@@ -301,7 +301,7 @@
...
@@ -301,7 +301,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
#{jobTaskSchedule.flowName,jdbcType=VARCHAR}, #{jobTaskSchedule.superSuccessRun,jdbcType=CHAR},
#{jobTaskSchedule.flowName,jdbcType=VARCHAR}, #{jobTaskSchedule.superSuccessRun,jdbcType=CHAR},
#{jobTaskSchedule.reRunId,jdbcType=VARCHAR}, #{jobTaskSchedule.nodeDepend,jdbcType=VARCHAR},
#{jobTaskSchedule.reRunId,jdbcType=VARCHAR}, #{jobTaskSchedule.nodeDepend,jdbcType=VARCHAR},
#{jobTaskSchedule.operator,jdbcType=VARCHAR}, #{jobTaskSchedule.scheduleType,jdbcType=INTEGER},
#{jobTaskSchedule.operator,jdbcType=VARCHAR}, #{jobTaskSchedule.scheduleType,jdbcType=INTEGER},
#{jobTaskSchedule.extendedConfiguration
,jdbcType=VARCHAR
}
#{jobTaskSchedule.extendedConfiguration}
)
)
</foreach>
</foreach>
</insert>
</insert>
...
@@ -456,7 +456,7 @@
...
@@ -456,7 +456,7 @@
schedule_type = #{scheduleType,jdbcType=INTEGER},
schedule_type = #{scheduleType,jdbcType=INTEGER},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where id = #{id,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/NodeMapper.xml
View file @
da85a076
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<result
column=
"on_fork"
jdbcType=
"CHAR"
property=
"onFork"
/>
<result
column=
"on_fork"
jdbcType=
"CHAR"
property=
"onFork"
/>
<result
column=
"run_command"
jdbcType=
"VARCHAR"
property=
"runCommand"
/>
<result
column=
"run_command"
jdbcType=
"VARCHAR"
property=
"runCommand"
/>
<result
column=
"super_success_run"
jdbcType=
"CHAR"
property=
"superSuccessRun"
/>
<result
column=
"super_success_run"
jdbcType=
"CHAR"
property=
"superSuccessRun"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.Node"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.Node"
>
<!-- generated @mbg.generated date: 2019-12-31 -->
<!-- generated @mbg.generated date: 2019-12-31 -->
...
@@ -386,7 +386,7 @@
...
@@ -386,7 +386,7 @@
#{superSuccessRun,jdbcType=CHAR},
#{superSuccessRun,jdbcType=CHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -502,7 +502,7 @@
...
@@ -502,7 +502,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where node_id = #{nodeId,jdbcType=INTEGER}
where node_id = #{nodeId,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/NodeVersionMapper.xml
View file @
da85a076
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<result
column=
"on_fork"
jdbcType=
"CHAR"
property=
"onFork"
/>
<result
column=
"on_fork"
jdbcType=
"CHAR"
property=
"onFork"
/>
<result
column=
"run_command"
jdbcType=
"VARCHAR"
property=
"runCommand"
/>
<result
column=
"run_command"
jdbcType=
"VARCHAR"
property=
"runCommand"
/>
<result
column=
"super_success_run"
jdbcType=
"CHAR"
property=
"superSuccessRun"
/>
<result
column=
"super_success_run"
jdbcType=
"CHAR"
property=
"superSuccessRun"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.NodeVersion"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.NodeVersion"
>
<!-- generated @mbg.generated date: 2019-12-31 -->
<!-- generated @mbg.generated date: 2019-12-31 -->
...
@@ -323,7 +323,7 @@
...
@@ -323,7 +323,7 @@
#{superSuccessRun,jdbcType=CHAR},
#{superSuccessRun,jdbcType=CHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -442,7 +442,7 @@
...
@@ -442,7 +442,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where node_version_id = #{nodeVersionId,jdbcType=INTEGER}
where node_version_id = #{nodeVersionId,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/RunRecordingMapper.xml
View file @
da85a076
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<result
column=
"workspace_id"
jdbcType=
"INTEGER"
property=
"workspaceId"
/>
<result
column=
"workspace_id"
jdbcType=
"INTEGER"
property=
"workspaceId"
/>
<result
column=
"repeat_time"
jdbcType=
"VARCHAR"
property=
"repeatTime"
/>
<result
column=
"repeat_time"
jdbcType=
"VARCHAR"
property=
"repeatTime"
/>
<result
column=
"stop_count"
jdbcType=
"INTEGER"
property=
"stopCount"
/>
<result
column=
"stop_count"
jdbcType=
"INTEGER"
property=
"stopCount"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
recording_id, run_id, alarm_email, dispatch_ip, flow_name, flow_run_result, flow_status,
recording_id, run_id, alarm_email, dispatch_ip, flow_name, flow_run_result, flow_status,
...
@@ -550,7 +550,7 @@
...
@@ -550,7 +550,7 @@
#{stopCount,jdbcType=VARCHAR},
#{stopCount,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -633,7 +633,7 @@
...
@@ -633,7 +633,7 @@
stop_count = #{stopCount,jdbcType=VARCHAR},
stop_count = #{stopCount,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where recording_id = #{recordingId,jdbcType=INTEGER}
where recording_id = #{recordingId,jdbcType=INTEGER}
...
@@ -718,7 +718,7 @@
...
@@ -718,7 +718,7 @@
stop_count = #{stopCount,jdbcType=VARCHAR},
stop_count = #{stopCount,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where flow_id = #{flowId,jdbcType=INTEGER} and run_id = #{runId,jdbcType=VARCHAR}
where flow_id = #{flowId,jdbcType=INTEGER} and run_id = #{runId,jdbcType=VARCHAR}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/WaitingRecordMapper.xml
View file @
da85a076
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<result
column=
"run_id"
jdbcType=
"VARCHAR"
property=
"runId"
/>
<result
column=
"run_id"
jdbcType=
"VARCHAR"
property=
"runId"
/>
<result
column=
"repeat_time"
jdbcType=
"VARCHAR"
property=
"repeatTime"
/>
<result
column=
"repeat_time"
jdbcType=
"VARCHAR"
property=
"repeatTime"
/>
<result
column=
"workspace_id"
jdbcType=
"INTEGER"
property=
"workspaceId"
/>
<result
column=
"workspace_id"
jdbcType=
"INTEGER"
property=
"workspaceId"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
<!-- generated @mbg.generated date: 2020-03-12 -->
<!-- generated @mbg.generated date: 2020-03-12 -->
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
#{workspaceId,jdbcType=INTEGER},
#{workspaceId,jdbcType=INTEGER},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where wait_id = #{waitId,jdbcType=INTEGER}
where wait_id = #{waitId,jdbcType=INTEGER}
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/WaitingTaskMapper.xml
View file @
da85a076
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<result
column=
"node_depend"
jdbcType=
"VARCHAR"
property=
"nodeDepend"
/>
<result
column=
"node_depend"
jdbcType=
"VARCHAR"
property=
"nodeDepend"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"operator"
jdbcType=
"VARCHAR"
property=
"operator"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"schedule_type"
jdbcType=
"INTEGER"
property=
"scheduleType"
/>
<result
column=
"extended_configuration"
jdbcType=
"VARCHAR"
property=
"extendedConfiguration"
/>
<result
column=
"extended_configuration"
jdbcType=
"
LONG
VARCHAR"
property=
"extendedConfiguration"
/>
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.WaitingTask"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.byit.model.WaitingTask"
>
...
@@ -309,7 +309,7 @@
...
@@ -309,7 +309,7 @@
#{runSource,jdbcType=LONGVARCHAR},
#{runSource,jdbcType=LONGVARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
#{extendedConfiguration
,jdbcType=VARCHAR
},
#{extendedConfiguration},
</if>
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -414,7 +414,7 @@
...
@@ -414,7 +414,7 @@
run_source = #{runSource,jdbcType=LONGVARCHAR},
run_source = #{runSource,jdbcType=LONGVARCHAR},
</if>
</if>
<if
test=
"extendedConfiguration != null"
>
<if
test=
"extendedConfiguration != null"
>
extended_configuration = #{extendedConfiguration
,jdbcType=VARCHAR
},
extended_configuration = #{extendedConfiguration},
</if>
</if>
</set>
</set>
where id = #{id,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment