From 20cc398fc6b0e315d4164f3bcf9913eadff06026 Mon Sep 17 00:00:00 2001 From: liwang <965027894@qq.com> Date: Thu, 28 Aug 2025 20:55:44 +0800 Subject: [PATCH] =?UTF-8?q?sts=5Fcommon.cpp=E6=96=87=E4=BB=B6GetAniStringA?= =?UTF-8?q?rrayByVectorString=E5=92=8CSetOptionalFieldBoolean=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liwang <965027894@qq.com> --- frameworks/ets/ani/src/sts_common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/ets/ani/src/sts_common.cpp b/frameworks/ets/ani/src/sts_common.cpp index 77f9cbce6..b90f930e5 100644 --- a/frameworks/ets/ani/src/sts_common.cpp +++ b/frameworks/ets/ani/src/sts_common.cpp @@ -443,6 +443,7 @@ ani_object GetAniStringArrayByVectorString(ani_env *env, std::vectorObject_SetField_Ref(object, field, boolObj); -- Gitee