|
@@ -133,7 +133,7 @@ public class BpmTaskActionServiceImpl implements BpmTaskActionService{
|
|
|
|
|
|
|
|
String localId = UniqueIdUtil.getId();
|
|
String localId = UniqueIdUtil.getId();
|
|
|
String step = "stop watch finishTask";
|
|
String step = "stop watch finishTask";
|
|
|
- StopWatchUtil.initAndStartLocal(localId, Level.WARN, step, "isSuspendByInst");
|
|
|
|
|
|
|
+ StopWatchUtil.initAndStartLocal(localId, Level.DEBUG, step, "isSuspendByInst");
|
|
|
try {
|
|
try {
|
|
|
// 流程挂起
|
|
// 流程挂起
|
|
|
boolean isSuspend = bpmInstService.isSuspendByInst(cmd.getInstId());
|
|
boolean isSuspend = bpmInstService.isSuspendByInst(cmd.getInstId());
|