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
yx-qc-change-flow
yanxuan-qc-change-system
Commits
47221b88
Commit
47221b88
authored
Dec 04, 2025
by
王志超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 行动工单流程流转
parent
d467bfc5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
ChangeFlowBiz.java
...om/netease/mail/yanxuan/change/biz/biz/ChangeFlowBiz.java
+0
-0
ChangeSubFlowBiz.java
...netease/mail/yanxuan/change/biz/biz/ChangeSubFlowBiz.java
+4
-0
ChangeFlowSubmitReq.java
...anxuan/change/dal/meta/model/req/ChangeFlowSubmitReq.java
+11
-0
No files found.
yanxuan-qc-change-system-biz/src/main/java/com/netease/mail/yanxuan/change/biz/biz/ChangeFlowBiz.java
View file @
47221b88
This diff is collapsed.
Click to expand it.
yanxuan-qc-change-system-biz/src/main/java/com/netease/mail/yanxuan/change/biz/biz/ChangeSubFlowBiz.java
View file @
47221b88
...
@@ -483,6 +483,8 @@ public class ChangeSubFlowBiz {
...
@@ -483,6 +483,8 @@ public class ChangeSubFlowBiz {
// 发送邮件
// 发送邮件
sendSubFlowFinishEmail
(
subFlowRecord
);
sendSubFlowFinishEmail
(
subFlowRecord
);
// todo: 检查所有子单是否都已完成,如果是则流转主工单
return
endNodeId
;
return
endNodeId
;
}
}
...
@@ -518,6 +520,8 @@ public class ChangeSubFlowBiz {
...
@@ -518,6 +520,8 @@ public class ChangeSubFlowBiz {
// 发送邮件
// 发送邮件
sendSubFlowFinishEmail
(
subFlowRecord
);
sendSubFlowFinishEmail
(
subFlowRecord
);
// todo: 检查所有子单是否都已完成,如果是则流转主工单
return
cancelNodeId
;
return
cancelNodeId
;
}
}
...
...
yanxuan-qc-change-system-dal/src/main/java/com/netease/mail/yanxuan/change/dal/meta/model/req/ChangeFlowSubmitReq.java
View file @
47221b88
...
@@ -120,4 +120,14 @@ public class ChangeFlowSubmitReq {
...
@@ -120,4 +120,14 @@ public class ChangeFlowSubmitReq {
* 变更收益金额
* 变更收益金额
*/
*/
private
String
changeProfitAmount
;
private
String
changeProfitAmount
;
/**
* 审批结果(审批节点使用:true-通过,false-不通过)
*/
private
Boolean
approved
;
/**
* 拒绝原因(审批不通过时必填)
*/
private
String
rejectReason
;
}
}
\ No newline at end of file
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