From 5bc9f12c164e027b888b6f5601d719d83f914312 Mon Sep 17 00:00:00 2001 From: qianming Date: Mon, 5 Dec 2022 14:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/docs/guide/dataset.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/docs/guide/dataset.md b/doc/docs/guide/dataset.md index 9bd629d1..73fe5031 100644 --- a/doc/docs/guide/dataset.md +++ b/doc/docs/guide/dataset.md @@ -33,9 +33,21 @@ ### 查询参数 +[数据源数据集用法总结](https://my.oschina.net/u/4517014/blog/5270828)
+ ![img3](../picture/dateset/img_3.png)
注意参数名要和sql(请求体)中变量名保持一致,sql(请求体)中的变量用 ${} 表示
-高级规则是用js进行数据装换。 + +#### 数据类型 + +暂时无用,写了也不生效,目前统一都是string处理。
+ +#### 高级规则 + +是用是针对当前行的参数示例值做一个校验。
+返回 true/false,代表校验字段是否符合要求的成功与失败。
+返回 String,代表通过一段 js 脚本生成你所需要的参数。
+返回其他类型报错!!!
### 数据转换