fix bug push params to params_store twice

This commit is contained in:
yishenglanlingzui 2024-10-24 08:45:03 +00:00 committed by ob-robot
parent 65d26b3000
commit 0f527398d4

View File

@ -5423,7 +5423,6 @@ int ObSQLUtils::get_one_group_params(int64_t &actual_pos, ParamStore &src, Param
pl::ObPLCollection *coll = NULL;
ObObj *data = NULL;
if (OB_UNLIKELY(!obj.is_ext())) {
OZ (obj_params.push_back(obj));
OZ (ObSql::add_param_to_param_store(obj, obj_params));
} else {
CK (OB_NOT_NULL(coll = reinterpret_cast<pl::ObPLCollection*>(obj.get_ext())));