Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
c1e30659
Commit
c1e30659
authored
Jan 04, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改待办功能
parent
10f14228
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CommonserviceImpl.java
.../boot/module/jyjc/biz/service/impl/CommonserviceImpl.java
+2
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/CommonserviceImpl.java
View file @
c1e30659
...
@@ -108,6 +108,7 @@ public class CommonserviceImpl {
...
@@ -108,6 +108,7 @@ public class CommonserviceImpl {
model
.
setTaskSource
(
params
.
getOrDefault
(
"taskSource"
,
"workFlow"
).
toString
());
model
.
setTaskSource
(
params
.
getOrDefault
(
"taskSource"
,
"workFlow"
).
toString
());
// model.setTerminal(params.getOrDefault("terminal","WEB").toString());
// model.setTerminal(params.getOrDefault("terminal","WEB").toString());
model
.
setCreateDate
(
new
Date
());
model
.
setCreateDate
(
new
Date
());
model
.
setFinishStatus
(
false
);
model
.
setTaskCode
(
params
.
get
(
"taskCode"
).
toString
());
model
.
setTaskCode
(
params
.
get
(
"taskCode"
).
toString
());
model
.
setRecUserId
(
params
.
get
(
"userId"
).
toString
());
model
.
setRecUserId
(
params
.
get
(
"userId"
).
toString
());
model
.
setAgencyCode
(
params
.
get
(
"agencyCode"
).
toString
());
model
.
setAgencyCode
(
params
.
get
(
"agencyCode"
).
toString
());
...
@@ -126,6 +127,7 @@ public class CommonserviceImpl {
...
@@ -126,6 +127,7 @@ public class CommonserviceImpl {
model
.
setTaskStatusLabel
(
params
.
get
(
"taskStatusLabel"
).
toString
());
model
.
setTaskStatusLabel
(
params
.
get
(
"taskStatusLabel"
).
toString
());
model
.
setEndUserId
(
reginParams
.
getUserModel
().
getUserId
());
model
.
setEndUserId
(
reginParams
.
getUserModel
().
getUserId
());
model
.
setEndDate
(
new
Date
());
model
.
setEndDate
(
new
Date
());
model
.
setFinishStatus
(
true
);
Systemctl
.
taskV2Client
.
update
(
model
,
model
.
getSequenceNbr
());
Systemctl
.
taskV2Client
.
update
(
model
,
model
.
getSequenceNbr
());
//修改model并返回 用于组装新待办
//修改model并返回 用于组装新待办
...
...
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