Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
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
胡园园
yanxuan-qc-change-system
Commits
43b7121d
Commit
43b7121d
authored
Nov 28, 2022
by
“zcwang”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 依赖缺失
parent
eb21e8b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
ChangeFlowBiz.java
...om/netease/mail/yanxuan/change/biz/biz/ChangeFlowBiz.java
+0
-7
No files found.
yanxuan-qc-change-system-biz/src/main/java/com/netease/mail/yanxuan/change/biz/biz/ChangeFlowBiz.java
View file @
43b7121d
...
@@ -71,7 +71,6 @@ import com.netease.mail.yanxuan.change.dal.meta.model.vo.ChangeFlowVO;
...
@@ -71,7 +71,6 @@ import com.netease.mail.yanxuan.change.dal.meta.model.vo.ChangeFlowVO;
import
com.netease.mail.yanxuan.change.dal.meta.model.vo.ItemVO
;
import
com.netease.mail.yanxuan.change.dal.meta.model.vo.ItemVO
;
import
com.netease.mail.yanxuan.change.integration.excel.ChangeFlowExcelDTO
;
import
com.netease.mail.yanxuan.change.integration.excel.ChangeFlowExcelDTO
;
import
com.netease.mail.yanxuan.change.integration.flow.FlowRpcService
;
import
com.netease.mail.yanxuan.change.integration.flow.FlowRpcService
;
import
com.netease.mail.yanxuan.qc.service.client.remote.SupplierTodoClient
;
import
com.netease.yanxuan.flowx.sdk.meta.controller.communal.AjaxResponse
;
import
com.netease.yanxuan.flowx.sdk.meta.controller.communal.AjaxResponse
;
import
com.netease.yanxuan.flowx.sdk.meta.dto.base.FlowDataDTO
;
import
com.netease.yanxuan.flowx.sdk.meta.dto.base.FlowDataDTO
;
import
com.netease.yanxuan.flowx.sdk.meta.dto.base.UserReachDTO
;
import
com.netease.yanxuan.flowx.sdk.meta.dto.base.UserReachDTO
;
...
@@ -116,8 +115,6 @@ public class ChangeFlowBiz {
...
@@ -116,8 +115,6 @@ public class ChangeFlowBiz {
@Autowired
@Autowired
private
ChangeRecordMapper
changeRecordMapper
;
private
ChangeRecordMapper
changeRecordMapper
;
@Autowired
private
SupplierTodoClient
supplierTodoClient
;
public
String
createAndSubmit
(
ChangeFlowCreateReq
changeFlowCreateReq
)
{
public
String
createAndSubmit
(
ChangeFlowCreateReq
changeFlowCreateReq
)
{
String
uid
=
RequestLocalBean
.
getUid
();
String
uid
=
RequestLocalBean
.
getUid
();
...
@@ -199,8 +196,6 @@ public class ChangeFlowBiz {
...
@@ -199,8 +196,6 @@ public class ChangeFlowBiz {
businessContent
.
put
(
"nodeTitle"
,
entity
.
getChangeContent
());
businessContent
.
put
(
"nodeTitle"
,
entity
.
getChangeContent
());
businessContent
.
put
(
"taskFlowId"
,
flowId
);
businessContent
.
put
(
"taskFlowId"
,
flowId
);
businessContent
.
put
(
"newFlow"
,
flowId
);
businessContent
.
put
(
"newFlow"
,
flowId
);
supplierTodoClient
.
createTodoTask
(
"变更管理"
,
changeCommander
,
flowId
,
flowId
,
SupplierTodoTaskTypeEnum
.
QC_CHANGE
.
getValue
(),
businessContent
);
}
}
}
}
...
@@ -213,8 +208,6 @@ public class ChangeFlowBiz {
...
@@ -213,8 +208,6 @@ public class ChangeFlowBiz {
String
flowId
=
String
.
valueOf
(
entity
.
getFlowId
());
String
flowId
=
String
.
valueOf
(
entity
.
getFlowId
());
log
.
info
(
"[finishSupplierTodoTask] taskFlowId={}, supplierId={}"
,
flowId
,
changeCommander
);
log
.
info
(
"[finishSupplierTodoTask] taskFlowId={}, supplierId={}"
,
flowId
,
changeCommander
);
if
(
StringUtils
.
isNotEmpty
(
changeCommander
))
{
if
(
StringUtils
.
isNotEmpty
(
changeCommander
))
{
supplierTodoClient
.
finishTodoTask
(
changeCommander
,
flowId
,
SupplierTodoTaskTypeEnum
.
QC_CHANGE
.
getValue
());
}
}
}
}
...
...
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