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
1249cb7a
authored
Aug 25, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
表明统一改为大写
parent
c0f10fa9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobLogGlueMapper.xml
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobLogMapper.xml
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobLogGlueMapper.xml
View file @
1249cb7a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</sql>
</sql>
<insert
id=
"save"
parameterType=
"com.xxl.job.admin.core.model.XxlJobLogGlue"
useGeneratedKeys=
"true"
keyProperty=
"id"
>
<insert
id=
"save"
parameterType=
"com.xxl.job.admin.core.model.XxlJobLogGlue"
useGeneratedKeys=
"true"
keyProperty=
"id"
>
INSERT INTO
`xxl_job_qrtz_trigger_logglue`
(
INSERT INTO
XXL_JOB_QRTZ_TRIGGER_LOGGLUE
(
`job_group`,
`job_group`,
`job_name`,
`job_name`,
`glue_source`,
`glue_source`,
...
...
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobLogMapper.xml
View file @
1249cb7a
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<select
id=
"pageList"
parameterType=
"java.util.HashMap"
resultMap=
"XxlJobLog"
>
<select
id=
"pageList"
parameterType=
"java.util.HashMap"
resultMap=
"XxlJobLog"
>
SELECT
<include
refid=
"Base_Column_List"
/>
SELECT
<include
refid=
"Base_Column_List"
/>
FROM
xxl_job_qrtz_trigger_log
AS t
FROM
XXL_JOB_QRTZ_TRIGGER_LOG
AS t
<trim
prefix=
"WHERE"
prefixOverrides=
"AND | OR"
>
<trim
prefix=
"WHERE"
prefixOverrides=
"AND | OR"
>
<if
test=
"jobGroup != null and jobGroup != ''"
>
<if
test=
"jobGroup != null and jobGroup != ''"
>
AND t.job_group = #{jobGroup}
AND t.job_group = #{jobGroup}
...
...
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