Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7f50ed99
authored
Sep 22, 2018
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复表字段 “t.order”与数据库关键字冲突查询失败的问题,
parent
f7966b9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
doc/XXL-JOB官方文档.md
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobGroupMapper.xml
doc/XXL-JOB官方文档.md
View file @
7f50ed99
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -1269,8 +1269,9 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1269,8 +1269,9 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
30、执行器注册方式切换优化,切换自动注册时主动同步在线机器,避免执行器为空的问题;
-
30、执行器注册方式切换优化,切换自动注册时主动同步在线机器,避免执行器为空的问题;
-
31、跨平台:除了提供Java、Python、PHP等十来种任务模式之外,新增提供基于HTTP的任务模式;
-
31、跨平台:除了提供Java、Python、PHP等十来种任务模式之外,新增提供基于HTTP的任务模式;
-
32、底层RPC序列化协议调整为hessian2;
-
32、底层RPC序列化协议调整为hessian2;
-
33、【迭代中】分片任务失败重试优化,仅重试当前失败的分片;
-
33、修复表字段 “t.order”与数据库关键字冲突查询失败的问题,
-
34、【迭代中】支持通过API服务操作任务信息;
-
34、【迭代中】分片任务失败重试优化,仅重试当前失败的分片;
-
35、【迭代中】支持通过API服务操作任务信息;
...
...
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobGroupMapper.xml
View file @
7f50ed99
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
t.id,
t.id,
t.app_name,
t.app_name,
t.title,
t.title,
t.
order
,
t.
`order`
,
t.address_type,
t.address_type,
t.address_list
t.address_list
</sql>
</sql>
...
...
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