fix 审批人不是审批流中的人bug
This commit is contained in:
@@ -29,7 +29,6 @@ public class OperationLogDAO {
|
||||
if (Objects.isNull(operationLogDO)) {
|
||||
throw new ServiceException(ErrorCodeEnum.PARAMS_VALIDATE_ERROR);
|
||||
}
|
||||
operationLogDO.setCreateTime(new Date());
|
||||
operationLogMapper.insertSelective(operationLogDO);
|
||||
return operationLogDO.getId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user