ソースを参照

信创审核 debug

tags/24080901
PoffyZhang 4ヶ月前
コミット
27ecb84cae
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      hz-pm-api/src/main/java/com/hz/pm/api/todocenter/handle/WithDrawHandle.java

+ 1
- 1
hz-pm-api/src/main/java/com/hz/pm/api/todocenter/handle/WithDrawHandle.java ファイルの表示

@@ -73,7 +73,7 @@ public class WithDrawHandle {
}
// 如果当前登录用户是流程发起人,判断流程是否已经开始审批,如果开始审批,不能撤回
Boolean userIsRoot = checkUserIsRoot(instanceId, null);
if (Boolean.TRUE.equals(userIsRoot) && canRootWithDraw(historicProcessInstance, userId)) {
if (Boolean.TRUE.equals(userIsRoot) && canRootWithDrawXinchuang(historicProcessInstance, userId)) {
return Boolean.TRUE;
}
ReqProcessHandlerDTO dto = new ReqProcessHandlerDTO();


読み込み中…
キャンセル
保存