Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
Project
Project
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
liuna
cmszMonitorAnalysis
Commits
515d1dc9
Commit
515d1dc9
authored
Dec 06, 2017
by
胡斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加模型状态
parent
66b8c680
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
workspace.xml
.idea/workspace.xml
+0
-0
TaskManageController.java
...va/com/hp/cmsz/web/commonmanage/TaskManageController.java
+4
-1
No files found.
.idea/workspace.xml
View file @
515d1dc9
This diff is collapsed.
Click to expand it.
src/main/java/com/hp/cmsz/web/commonmanage/TaskManageController.java
View file @
515d1dc9
...
...
@@ -245,7 +245,10 @@ public class TaskManageController {
}
else
{
action
=
"修改"
;
}
//System.out.println(runTask.getFrequency());
// System.out.println(runTask.getFrequency());
runTask
.
setTaskRunStatus
(
"2"
);
runTask
.
setTaskStatus
(
"1"
);
runTaskService
.
saveRunTask
(
runTask
);
String
tabName
=
"自定义任务"
;
if
(
new
Long
(
1
).
equals
(
runTask
.
getDefaultTaskType
()))
{
...
...
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