This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
35
Wiki
Activity
Browse Source
已处理 加taskId
tags/24080901
PoffyZhang
1 year ago
parent
ce1266ccb3
commit
523b5b2f28
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/handle/WithDrawHandle.java
+ 1
- 0
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/handle/WithDrawHandle.java
View File
@@ -68,6 +68,7 @@ public class WithDrawHandle {
}
ReqProcessHandlerDTO dto = new ReqProcessHandlerDTO();
dto.setTaskId(taskId);
dto.setInstanceId(instanceId);
return checkUserIsBefore(progressInstanceDetail.getProgressInfo(),dto);
}
Write
Preview
Loading…
Cancel
Save