Commit 28d965db by 雷后领

Merge branches '2020-05-14-order-group-书亦订单和客户数据库落地' and 'develop' of…

Merge branches '2020-05-14-order-group-书亦订单和客户数据库落地' and 'develop' of gitlab.freemud.com:order-group-application/order-group into develop
parents 7c3f17f9 ad504767
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>1.6.9-SNAPSHOT</version> <version>1.7.1-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
...@@ -64,4 +64,5 @@ ...@@ -64,4 +64,5 @@
| 1.3.9.RELEASE | 发送pos消息中心新增字段 | 侯书虎 | 2020-05-11 | | 1.3.9.RELEASE | 发送pos消息中心新增字段 | 侯书虎 | 2020-05-11 |
| 1.4.0.RELEASE | ES查询优化预约单提醒优化 | 海波 | 2020-05-11 | | 1.4.0.RELEASE | ES查询优化预约单提醒优化 | 海波 | 2020-05-11 |
| 1.4.1.RELEASE | 返回储值卡支付订单支付金额 | 李小二 | 2020-05-11 | | 1.4.1.RELEASE | 返回储值卡支付订单支付金额 | 李小二 | 2020-05-11 |
| 1.4.2.RELEASE | 申请退款切取消接口新增超时时间字段 | 伍平 | 2020-05-12 | | 1.4.2.RELEASE | 申请退款切取消接口新增超时时间字段 | 伍平 | 2020-05-12 |
\ No newline at end of file | 1.7.1-SNAPSHOT| 订单查询返回配送渠道字段 | 雷后领 | 2020-05-14 |
\ No newline at end of file
...@@ -405,6 +405,11 @@ public class QueryOrdersResponse { ...@@ -405,6 +405,11 @@ public class QueryOrdersResponse {
}*/ }*/
/**
* 配送渠道
*/
private String expressChannelName;
@NoArgsConstructor @NoArgsConstructor
@Data @Data
......
...@@ -222,4 +222,17 @@ ...@@ -222,4 +222,17 @@
</repository> </repository>
</repositories> </repositories>
<build>
<plugins>
<!-- maven 打包时跳过测试 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>
\ No newline at end of file
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