Commit 3a363779 by ping.wu

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

parent 03008c38
......@@ -8,7 +8,7 @@
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.3.5.RELEASE</version>
<version>1.3.14-SNAPSHOT</version>
<artifactId>ordercenter-sdk</artifactId>
<dependencies>
......
......@@ -37,4 +37,5 @@
| 1.3.3.RELEASE | 买券订单修改升级RELEASE | wuping | 2020-06-10 |
| 1.3.13-SNAPSHOT | 预约单任务删除 | wuping | 2020-06-05 |
| 1.3.4.RELEASE | 预约单任务删除RELEASE | wuping | 2020-06-15 |
| 1.3.5.RELEASE | 围餐 | dingkai | 2020-06-16 |
\ No newline at end of file
| 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 {
//异常单状态
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