lrf402788946 4 years ago
parent
commit
5e2623126e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -56,6 +56,9 @@ turnDateRangeQuery(filter){
     return filter;
   }
 ```
+
+### 如果以上两个查询都添加,则在查询前(find())直接使用下面的代码
+>```filter = this.turnFilter(this.turnDateRangeQuery(filter));```
 ## QuickStart
 
 <!-- add docs here for user -->