Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
yaru
fgqyxxlr
Commits
c6e4daed
Commit
c6e4daed
authored
Dec 27, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
摸版edit缺少;
parent
6b9b8ed8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-generator/src/main/resources/vm/html/edit.html.vm
+1
-1
sql/ry_20181203.sql
+1
-1
No files found.
ruoyi-generator/src/main/resources/vm/html/edit.html.vm
View file @
c6e4daed
...
...
@@ -41,7 +41,7 @@
</div>
<div
th:include=
"include::footer"
></div>
<script
type=
"text/javascript"
>
var
prefix
=
ctx
+
"${moduleName}/${classname}"
var
prefix
=
ctx
+
"${moduleName}/${classname}"
;
$
(
"#form-${classname}-edit"
).
validate
({
rules
:{
xxxx
:{
...
...
sql/ry_20181203.sql
View file @
c6e4daed
...
...
@@ -563,7 +563,7 @@ create table sys_job (
job_name
varchar
(
64
)
default
''
comment
'任务名称'
,
job_group
varchar
(
64
)
default
''
comment
'任务组名'
,
method_name
varchar
(
500
)
default
''
comment
'任务方法'
,
method_params
varchar
(
200
)
default
''
comment
'方法参数'
,
method_params
varchar
(
50
)
default
null
comment
'方法参数'
,
cron_expression
varchar
(
255
)
default
''
comment
'cron执行表达式'
,
misfire_policy
varchar
(
20
)
default
'3'
comment
'计划执行错误策略(1立即执行 2执行一次 3放弃执行)'
,
status
char
(
1
)
default
'0'
comment
'状态(0正常 1暂停)'
,
...
...
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