提交 aa103a16 编写于 作者: 蔡祥熠

Merge branch 'api_viewFilter' into 'develop'

api的viewFilter增加in的样例

See merge request o2oa/o2oa!1426
......@@ -37,7 +37,15 @@
* "logic":"and",
* "path":"$work.title",
* "comparison":"like",
* "value":"7月",
* "value":"关于",
* "formatType":"textValue"
* }
* @example
* {
* "logic":"and",
* "path":"month",
* "comparison":"in",
* "value":"一月,二月,三月",
* "formatType":"textValue"
* }
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册