fix 审批人不是审批流中的人bug

This commit is contained in:
shuo.wang
2024-11-25 18:30:17 +08:00
parent f88596e627
commit 23613d7a30

View File

@@ -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();
}