Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
4330acb5
Commit
4330acb5
authored
Nov 29, 2021
by
shenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e9d43f7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
dataCenter-manager/src/main/java/com/mortals/xhx/modules/supplement/task/SupplementTaskImpl.java
...rtals/xhx/modules/supplement/task/SupplementTaskImpl.java
+5
-1
No files found.
dataCenter-manager/src/main/java/com/mortals/xhx/modules/supplement/task/SupplementTaskImpl.java
View file @
4330acb5
...
@@ -24,6 +24,7 @@ import com.mortals.xhx.modules.supplement.model.SupplementQuery;
...
@@ -24,6 +24,7 @@ import com.mortals.xhx.modules.supplement.model.SupplementQuery;
import
com.mortals.xhx.modules.supplement.service.SupplementService
;
import
com.mortals.xhx.modules.supplement.service.SupplementService
;
import
lombok.extern.slf4j.Slf4j
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
javax.annotation.Resource
;
import
javax.annotation.Resource
;
...
@@ -42,6 +43,9 @@ import java.util.stream.Collectors;
...
@@ -42,6 +43,9 @@ import java.util.stream.Collectors;
@Component
(
"supplementTaskImpl"
)
@Component
(
"supplementTaskImpl"
)
public
class
SupplementTaskImpl
implements
ITaskExcuteService
{
public
class
SupplementTaskImpl
implements
ITaskExcuteService
{
@Value
(
"${upload.area}"
)
String
area
;
@Autowired
@Autowired
private
SupplementService
supplementService
;
private
SupplementService
supplementService
;
...
@@ -84,7 +88,7 @@ public class SupplementTaskImpl implements ITaskExcuteService {
...
@@ -84,7 +88,7 @@ public class SupplementTaskImpl implements ITaskExcuteService {
informationQuery
.
setDeptCode
(
thImplement
.
getDeptCode
());
informationQuery
.
setDeptCode
(
thImplement
.
getDeptCode
());
informationQuery
.
setEventCode
(
thImplement
.
getMatterCode
());
informationQuery
.
setEventCode
(
thImplement
.
getMatterCode
());
informationQuery
.
setEventName
(
thImplement
.
getMatterName
());
informationQuery
.
setEventName
(
thImplement
.
getMatterName
());
informationQuery
.
setAreaCode
(
"510121"
);
informationQuery
.
setAreaCode
(
area
);
//是否转化成功:0默认 1成功
//是否转化成功:0默认 1成功
informationQuery
.
setIsSuccess
(
"1"
);
informationQuery
.
setIsSuccess
(
"1"
);
//是否推送(0 否 1是)
//是否推送(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