Merge branch 'feature/countersign_ext' into dev
This commit is contained in:
commit
0bf8a65f6f
@ -254,7 +254,7 @@ public class CustomCountersignUserTaskCmd extends AbstractCommand<Void> implemen
|
||||
int fragmentIndex = originalId.indexOf(fragment);
|
||||
return originalId.substring(0, fragmentIndex) + fragment + count;
|
||||
}
|
||||
return originalId; // 不包含目标片段时,返回原字符串
|
||||
return originalId + fragment + count; // 不包含目标片段时,返回原字符串
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user