Commit 3a363779 by ping.wu

es综合查询新增appId查询条件

parent 03008c38
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>1.3.5.RELEASE</version> <version>1.3.14-SNAPSHOT</version>
<artifactId>ordercenter-sdk</artifactId> <artifactId>ordercenter-sdk</artifactId>
<dependencies> <dependencies>
......
...@@ -38,3 +38,4 @@ ...@@ -38,3 +38,4 @@
| 1.3.13-SNAPSHOT | 预约单任务删除 | wuping | 2020-06-05 | | 1.3.13-SNAPSHOT | 预约单任务删除 | wuping | 2020-06-05 |
| 1.3.4.RELEASE | 预约单任务删除RELEASE | wuping | 2020-06-15 | | 1.3.4.RELEASE | 预约单任务删除RELEASE | wuping | 2020-06-15 |
| 1.3.5.RELEASE | 围餐 | dingkai | 2020-06-16 | | 1.3.5.RELEASE | 围餐 | dingkai | 2020-06-16 |
| 1.3.14-SNAPSHOT | es综合查询新增appId查询条件 | wuping | 2020-06-30 |
\ No newline at end of file
...@@ -115,5 +115,7 @@ public class OrderConditionsReq { ...@@ -115,5 +115,7 @@ public class OrderConditionsReq {
//异常单状态 //异常单状态
private List<Integer> abnormalStatuses; private List<Integer> abnormalStatuses;
//应用ID
private String appId;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment