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
b3d17586
Commit
b3d17586
authored
Nov 27, 2025
by
王志超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 子工单topoId替换
parent
48e34aca
Pipeline
#86193
passed with stages
in 1 minute 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
ChangeSubFlowBiz.java
...netease/mail/yanxuan/change/biz/biz/ChangeSubFlowBiz.java
+3
-0
ChangeSubFlowController.java
...anxuan/change/web/controller/ChangeSubFlowController.java
+0
-11
No files found.
yanxuan-qc-change-system-biz/src/main/java/com/netease/mail/yanxuan/change/biz/biz/ChangeSubFlowBiz.java
View file @
b3d17586
...
@@ -289,6 +289,9 @@ public class ChangeSubFlowBiz {
...
@@ -289,6 +289,9 @@ public class ChangeSubFlowBiz {
// 调用主单的 detail 方法获取完整信息
// 调用主单的 detail 方法获取完整信息
ChangeFlowVO
changeFlowVO
=
changeFlowBiz
.
detail
(
changeRecord
.
getFlowId
());
ChangeFlowVO
changeFlowVO
=
changeFlowBiz
.
detail
(
changeRecord
.
getFlowId
());
// topoId:这是子单详情页面,需要设置为子单的 topoId
changeFlowVO
.
setTopoId
(
ChangeFlowEnum
.
CHANGE_SUB_FLOW
.
getTopoId
());
// 只保留该变更行动工单下绑定的行动项
// 只保留该变更行动工单下绑定的行动项
List
<
ChangeExecRecord
>
execRecords
=
changeFlowExecService
.
getBySubFlowRecordId
(
subFlowRecordId
);
List
<
ChangeExecRecord
>
execRecords
=
changeFlowExecService
.
getBySubFlowRecordId
(
subFlowRecordId
);
if
(
CollectionUtils
.
isNotEmpty
(
execRecords
))
{
if
(
CollectionUtils
.
isNotEmpty
(
execRecords
))
{
...
...
yanxuan-qc-change-system-web/src/main/java/com/netease/mail/yanxuan/change/web/controller/ChangeSubFlowController.java
View file @
b3d17586
...
@@ -44,17 +44,6 @@ public class ChangeSubFlowController {
...
@@ -44,17 +44,6 @@ public class ChangeSubFlowController {
}
}
/**
/**
* 发起变更执行工单
*
* @return
*/
@GetMapping
(
"/list"
)
public
AjaxResult
<
List
<
ChangeExecRecord
>>
list
(
@RequestParam
(
name
=
"page"
,
defaultValue
=
"1"
)
Integer
page
,
@RequestParam
(
name
=
"pageSize"
,
defaultValue
=
"10"
)
Integer
pageSize
)
{
return
AjaxResult
.
success
(
changeSubFlowBiz
.
list
(
page
,
pageSize
));
}
/**
* 变更行动工单列表查询,new
* 变更行动工单列表查询,new
*
*
* @param page 页码
* @param page 页码
...
...
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