提交 c55903a9 编写于 作者: S seuwebber 提交者: wangzelin.wzl

[CP] [to #40159085]fix bug call procedure with assign param

上级 a700566f
......@@ -5764,7 +5764,7 @@ int ObPLResolver::resolve_cparam_with_assign(ObRawExpr* expr,
ret = OB_ERR_SP_UNDECLARED_VAR;
LOG_WARN("can not find param in param list", K(ret), K(position), K(name));
}
OZ (resolve_cparam_without_assign(call_expr, position, func, params, expr_idx));
OZ (resolve_cparam_without_assign(call_expr->get_expr(), position, func, params, expr_idx));
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册