feat(REQ-4586) - 调整查询审批日志的逻辑
This commit is contained in:
parent
e7de726321
commit
78be7e5a45
@ -553,7 +553,7 @@ public class BpmnProcessInstanceController extends BasicPopulateAvatarController
|
||||
if (StringUtils.hasText(dto.getTaskId())) {
|
||||
query.setTaskId(dto.getTaskId());
|
||||
} else {
|
||||
if (NumberUtil.isLong(dto.getPersonId())) {
|
||||
if (!NumberUtil.isLong(dto.getPersonId())) {
|
||||
throw new WorkflowEngineException(PROCESS_EXT_LOG_PARAM_ERROR);
|
||||
}
|
||||
query.setAssigneeId(Long.valueOf(dto.getPersonId()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user