Commit b9ccb611 by 姜海波

Merge branch 'develop' of…

Merge branch 'develop' of http://gitlab.freemud.com/order-group-application/order-group into develop

# Conflicts:
#	assortment-ordercenter-sdk/readme.md
parents 6a0d8490 9e69d0e3
...@@ -30,4 +30,5 @@ ...@@ -30,4 +30,5 @@
| 1.4.4-SNAPSHOT | 订单扩展信息 | 丁凯 | 2020-04-13 | | 1.4.4-SNAPSHOT | 订单扩展信息 | 丁凯 | 2020-04-13 |
| 1.2.8.RELEASE | 增加延时队列 | 海波 | 2020-04-13 | | 1.2.8.RELEASE | 增加延时队列 | 海波 | 2020-04-13 |
| 1.4.5-SNAPSHOT | 订单app渠道 | 丁凯 | 2020-04-16 | | 1.4.5-SNAPSHOT | 订单app渠道 | 丁凯 | 2020-04-16 |
| 1.4.7-SNAPSHOT | 增加实际配送费 | 海波 | 2020-04-17 | | 1.4.6-SNAPSHOT | 增加实际配送费 | 海波 | 2020-04-17 |
| 1.4.7-SNAPSHOT | 去掉无用字符写入ext_info | 李小二 | 2020-04-17 |
...@@ -2536,10 +2536,10 @@ public class OrderSdkAdapter { ...@@ -2536,10 +2536,10 @@ public class OrderSdkAdapter {
extInfo.setThirdCategoryId(product.getThirdCategoryId()); extInfo.setThirdCategoryId(product.getThirdCategoryId());
} }
extInfo.setStapleFood(product.getStapleFood()); //extInfo.setStapleFood(product.getStapleFood());
//if (product.getStapleFood()!=null && product.getStapleFood()>0) { if (product.getStapleFood()!=null && product.getStapleFood()>0) {
// extInfo.setStapleFood(1); extInfo.setStapleFood(1);
//} }
// todo 订单行扩展字段商品组 // todo 订单行扩展字段商品组
extInfo.setProductGroupList(product.getProductGroupList()); extInfo.setProductGroupList(product.getProductGroupList());
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>1.4.6-SNAPSHOT</version> <version>1.4.7-SNAPSHOT</version>
</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