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
b7e04437
Commit
b7e04437
authored
Dec 15, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重跑错误处理
parent
51ab4063
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
NodeVersion.java
...-admin-core/src/main/java/com/byit/model/NodeVersion.java
+1
-1
NodeVersionMapper.xml
...dmin-core/src/main/resources/mapper/NodeVersionMapper.xml
+8
-8
No files found.
byit-myth-core/myth-admin-core/src/main/java/com/byit/model/NodeVersion.java
View file @
b7e04437
...
@@ -36,7 +36,7 @@ public class NodeVersion implements Serializable {
...
@@ -36,7 +36,7 @@ public class NodeVersion implements Serializable {
* 插件端网关令牌
* 插件端网关令牌
*/
*/
@ApiModelProperty
(
"插件端网关令牌"
)
@ApiModelProperty
(
"插件端网关令牌"
)
private
String
puginToken
;
private
String
p
l
uginToken
;
/**
/**
* 当前节点的失败重试次数
* 当前节点的失败重试次数
...
...
byit-myth-core/myth-admin-core/src/main/resources/mapper/NodeVersionMapper.xml
View file @
b7e04437
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<id
column=
"node_version_id"
jdbcType=
"INTEGER"
property=
"nodeVersionId"
/>
<id
column=
"node_version_id"
jdbcType=
"INTEGER"
property=
"nodeVersionId"
/>
<result
column=
"node_id"
jdbcType=
"INTEGER"
property=
"nodeId"
/>
<result
column=
"node_id"
jdbcType=
"INTEGER"
property=
"nodeId"
/>
<result
column=
"block_strategy"
jdbcType=
"VARCHAR"
property=
"blockStrategy"
/>
<result
column=
"block_strategy"
jdbcType=
"VARCHAR"
property=
"blockStrategy"
/>
<result
column=
"p
ugin_token"
jdbcType=
"VARCHAR"
property=
"p
uginToken"
/>
<result
column=
"p
lugin_token"
jdbcType=
"VARCHAR"
property=
"pl
uginToken"
/>
<result
column=
"failed_retry_count"
jdbcType=
"INTEGER"
property=
"failedRetryCount"
/>
<result
column=
"failed_retry_count"
jdbcType=
"INTEGER"
property=
"failedRetryCount"
/>
<result
column=
"flow_id"
jdbcType=
"INTEGER"
property=
"flowId"
/>
<result
column=
"flow_id"
jdbcType=
"INTEGER"
property=
"flowId"
/>
<result
column=
"flow_version_id"
jdbcType=
"INTEGER"
property=
"flowVersionId"
/>
<result
column=
"flow_version_id"
jdbcType=
"INTEGER"
property=
"flowVersionId"
/>
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</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 -->
node_version_id, node_id, block_strategy, p
ugin_token, failed_retry_count, flow_id,
node_version_id, node_id, block_strategy, p
lugin_token, failed_retry_count, flow_id,
flow_version_id, gateway_token, job_type, handler_name, node_cron, node_desc, node_name,
flow_version_id, gateway_token, job_type, handler_name, node_cron, node_desc, node_name,
map_flow_id, node_timeout, is_virtual, plugin_urls, priority, remove_mark, repeat_count,
map_flow_id, node_timeout, is_virtual, plugin_urls, priority, remove_mark, repeat_count,
failed_retry_interval, routing_strategy, run_param, run_source_desc, script_urls,
failed_retry_interval, routing_strategy, run_param, run_source_desc, script_urls,
...
@@ -116,8 +116,8 @@
...
@@ -116,8 +116,8 @@
<if
test=
"blockStrategy != null"
>
<if
test=
"blockStrategy != null"
>
block_strategy,
block_strategy,
</if>
</if>
<if
test=
"puginToken != null"
>
<if
test=
"p
l
uginToken != null"
>
pugin_token,
p
l
ugin_token,
</if>
</if>
<if
test=
"failedRetryCount != null"
>
<if
test=
"failedRetryCount != null"
>
failed_retry_count,
failed_retry_count,
...
@@ -226,8 +226,8 @@
...
@@ -226,8 +226,8 @@
<if
test=
"blockStrategy != null"
>
<if
test=
"blockStrategy != null"
>
#{blockStrategy,jdbcType=VARCHAR},
#{blockStrategy,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"puginToken != null"
>
<if
test=
"p
l
uginToken != null"
>
#{puginToken,jdbcType=VARCHAR},
#{p
l
uginToken,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"failedRetryCount != null"
>
<if
test=
"failedRetryCount != null"
>
#{failedRetryCount,jdbcType=INTEGER},
#{failedRetryCount,jdbcType=INTEGER},
...
@@ -344,8 +344,8 @@
...
@@ -344,8 +344,8 @@
<if
test=
"blockStrategy != null"
>
<if
test=
"blockStrategy != null"
>
block_strategy = #{blockStrategy,jdbcType=VARCHAR},
block_strategy = #{blockStrategy,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"puginToken != null"
>
<if
test=
"p
l
uginToken != null"
>
p
ugin_token = #{p
uginToken,jdbcType=VARCHAR},
p
lugin_token = #{pl
uginToken,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"failedRetryCount != null"
>
<if
test=
"failedRetryCount != null"
>
failed_retry_count = #{failedRetryCount,jdbcType=INTEGER},
failed_retry_count = #{failedRetryCount,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