Commit a9f09ed0 by 徐康

Merge branch 'feature/20201229_xukang_麦咖啡p5v1' into develop

# Conflicts:
#	order-application-service/pom.xml
parents aa9c56c9 f2893314
...@@ -173,7 +173,7 @@ public class CreateOrderProductRequest extends BaseConfig { ...@@ -173,7 +173,7 @@ public class CreateOrderProductRequest extends BaseConfig {
private String category; private String category;
/** 商品税率**/ /** 商品税率**/
private Double tax; private double tax;
private String taxId; private String taxId;
......
...@@ -26,6 +26,12 @@ ...@@ -26,6 +26,12 @@
<groupId>com.freemud.sdk.api.assortment</groupId> <groupId>com.freemud.sdk.api.assortment</groupId>
<artifactId>assortment-orderdistributor-sdk</artifactId> <artifactId>assortment-orderdistributor-sdk</artifactId>
<version>2.4.4-SNAPSHOT</version> <version>2.4.4-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>cn.freemud</groupId>
<artifactId>ordercenter-sdk</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.freemud.application.service.sdk</groupId> <groupId>com.freemud.application.service.sdk</groupId>
......
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