Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
1c7f4a1a
Commit
1c7f4a1a
authored
Mar 16, 2021
by
hanghang.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改SDK
parent
e555226c
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
16 deletions
+9
-16
assortment-ordercenter-sdk/pom.xml
+2
-4
assortment-shoppingcart-sdk/pom.xml
+2
-3
order-application-service/pom.xml
+2
-3
order-application-service/src/main/java/cn/freemud/service/impl/CheckOrder.java
+1
-1
ordercenter-sdk/pom.xml
+0
-1
shopping-cart-application-service/pom.xml
+2
-3
shopping-cart-application-service/src/main/java/cn/freemud/entities/dto/GetMenuResponseDto.java
+0
-1
No files found.
assortment-ordercenter-sdk/pom.xml
View file @
1c7f4a1a
...
...
@@ -11,7 +11,6 @@
<artifactId>
assortment-ordercenter-sdk
</artifactId>
<version>
2.1.39-RELEASE
</version>
<version>
2.2.69-SNAPSHOT
</version>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -21,7 +20,7 @@
<dependency>
<artifactId>
assortment-data-manager
</artifactId>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<version>
5.4.
4-SNAPSHOT
</version>
<version>
5.4.
3-RELEASE
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
@@ -40,7 +39,6 @@
<groupId>
cn.freemud
</groupId>
<artifactId>
ordercenter-sdk
</artifactId>
<version>
1.3.41.RELEASE
</version>
<version>
1.9.6-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
...
...
@@ -57,7 +55,7 @@
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
storecenter-sdk
</artifactId>
<version>
3.
3.12-SNAPSHOT
</version>
<version>
3.
2.8.RELEASE
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
assortment-shoppingcart-sdk/pom.xml
View file @
1c7f4a1a
...
...
@@ -11,7 +11,6 @@
<artifactId>
assortment-shoppingcart-sdk
</artifactId>
<version>
1.2.5.RELEASE
</version>
<version>
2.0.30-SNAPSHOT
</version>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -41,7 +40,7 @@
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
productcenter-sdk
</artifactId>
<version>
4.0.
4.SNAPSHOT
</version>
<version>
4.0.
3.RELEASE
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
@@ -58,7 +57,7 @@
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<version>
3.
3.12-SNAPSHOT
</version>
<version>
3.
2.8.RELEASE
</version>
<artifactId>
storecenter-sdk
</artifactId>
<scope>
provided
</scope>
</dependency>
...
...
order-application-service/pom.xml
View file @
1c7f4a1a
...
...
@@ -47,12 +47,11 @@
<groupId>
cn.freemud
</groupId>
<artifactId>
assortment-ordercenter-sdk
</artifactId>
<version>
2.1.39-RELEASE
</version>
<version>
2.2.69-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
productcenter-sdk
</artifactId>
<version>
4.0.
2
.SNAPSHOT
</version>
<version>
4.0.
3
.SNAPSHOT
</version>
</dependency>
<dependency>
<artifactId>
membercenter-sdk
</artifactId>
...
...
@@ -94,7 +93,7 @@
<!-- 商户门店sdk -->
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<version>
3.
3.12-SNAPSHOT
</version>
<version>
3.
2.8.RELEASE
</version>
<artifactId>
storecenter-sdk
</artifactId>
</dependency>
<dependency>
...
...
order-application-service/src/main/java/cn/freemud/service/impl/CheckOrder.java
View file @
1c7f4a1a
...
...
@@ -626,7 +626,7 @@ public class CheckOrder {
apportionResponse
=
shoppingCartClient
.
getCollageShoppingCartGoodsApportion
(
requestDto
);
}
else
{
log
.
info
(
JSONObject
.
toJSON
(
requestDto
));
//
log.info(JSONObject.toJSON(requestDto));
apportionResponse
=
shoppingCartClient
.
getShoppingCartGoodsApportionNew
(
requestDto
);
}
...
...
ordercenter-sdk/pom.xml
View file @
1c7f4a1a
...
...
@@ -9,7 +9,6 @@
</parent>
<modelVersion>
4.0.0
</modelVersion>
<version>
1.3.41.RELEASE
</version>
<version>
1.9.6-SNAPSHOT
</version>
<artifactId>
ordercenter-sdk
</artifactId>
<dependencies>
...
...
shopping-cart-application-service/pom.xml
View file @
1c7f4a1a
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
productcenter-sdk
</artifactId>
<version>
4.0.
4.SNAPSHOT
</version>
<version>
4.0.
3.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
...
...
@@ -45,7 +45,6 @@
<dependency>
<groupId>
cn.freemud
</groupId>
<artifactId>
assortment-shoppingcart-sdk
</artifactId>
<version>
2.0.30-SNAPSHOT
</version>
<version>
1.2.5.RELEASE
</version>
</dependency>
<!-- 再来一单查询订单信息 -->
...
...
@@ -66,7 +65,7 @@
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<version>
3.
3.12-SNAPSHOT
</version>
<version>
3.
2.8.RELEASE
</version>
<artifactId>
storecenter-sdk
</artifactId>
</dependency>
...
...
shopping-cart-application-service/src/main/java/cn/freemud/entities/dto/GetMenuResponseDto.java
View file @
1c7f4a1a
...
...
@@ -154,7 +154,6 @@ public class GetMenuResponseDto {
private
Long
packPrice
;
private
String
picture
;
private
Double
weight
;
private
String
pid
;
private
Integer
pknumber
;
private
String
productionLocation
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment