From 9c381d66e74a4f2ee8e2b64c0b06ef41cc4c34e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 8 Aug 2022 01:55:05 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-data-rdb.md. Signed-off-by: ge-yafang --- zh-cn/application-dev/reference/apis/js-apis-data-rdb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-data-rdb.md b/zh-cn/application-dev/reference/apis/js-apis-data-rdb.md index 368c70216e..8df9271732 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-data-rdb.md +++ b/zh-cn/application-dev/reference/apis/js-apis-data-rdb.md @@ -1330,7 +1330,7 @@ query(predicates: RdbPredicates, columns?: Array<string>):Promise<Resul **返回值**: | 类型 | 说明 | | -------- | -------- | -| Promise<[ResultSet](../apis/js-apis-data-resultset.md)> | 指定Promise回调函数。如果操作成功,则返回ResultSet对象。 | +| Promise<[ResultSet](js-apis-data-resultset.md)> | 指定Promise回调函数。如果操作成功,则返回ResultSet对象。 | **示例:** ```js @@ -1455,7 +1455,7 @@ querySql(sql: string, bindArgs?: Array<ValueType>):Promise<ResultSet> **返回值**: | 类型 | 说明 | | -------- | -------- | -| Promise<[ResultSet](../apis/js-apis-data-resultset.md)> | 指定Promise回调函数。如果操作成功,则返回ResultSet对象。 | +| Promise<[ResultSet](js-apis-data-resultset.md)> | 指定Promise回调函数。如果操作成功,则返回ResultSet对象。 | **示例:** ```js -- GitLab