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
6764c28b
Commit
6764c28b
authored
Apr 19, 2022
by
查志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix 赠品下单属性不匹配问题
parent
39c32f72
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
+6
-7
assortment-ordercenter-sdk/pom.xml
+1
-1
call-back-service/pom.xml
+1
-1
order-application-service/pom.xml
+1
-1
order-application-service/src/main/java/cn/freemud/service/impl/PayServiceImpl.java
+1
-2
order-management/pom.xml
+1
-1
shopping-cart-application-service/pom.xml
+1
-1
No files found.
assortment-ordercenter-sdk/pom.xml
View file @
6764c28b
...
...
@@ -22,7 +22,7 @@
<dependency>
<artifactId>
assortment-data-manager
</artifactId>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<version>
5.5.
8.
RELEASE
</version>
<version>
5.5.
42-
RELEASE
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
call-back-service/pom.xml
View file @
6764c28b
...
...
@@ -67,7 +67,7 @@
<dependency>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<artifactId>
assortment-data-manager
</artifactId>
<version>
4.3.7.
RELEASE
</version>
<version>
5.5.42-
RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
...
...
order-application-service/pom.xml
View file @
6764c28b
...
...
@@ -162,7 +162,7 @@
<dependency>
<artifactId>
assortment-data-manager
</artifactId>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<version>
5.5.4
0
-RELEASE
</version>
<version>
5.5.4
2
-RELEASE
</version>
</dependency>
<dependency>
<groupId>
cn.freemud.commons
</groupId>
...
...
order-application-service/src/main/java/cn/freemud/service/impl/PayServiceImpl.java
View file @
6764c28b
...
...
@@ -110,8 +110,7 @@ public class PayServiceImpl {
private
AssortmentOpenPlatformIappWxappStoreManager
assortmentOpenPlatformIappWxappStoreManager
;
@Autowired
private
AssortmentOpenPlatformPartnerPaymentConfigManager
openPlatformPartnerPaymentConfigManager
;
@Autowired
private
AssortmentOpenPlatformPartnerMerchantManager
openPlatformPartnerMerchantManager
;
@Autowired
...
...
order-management/pom.xml
View file @
6764c28b
...
...
@@ -47,7 +47,7 @@
<dependency>
<artifactId>
assortment-data-manager
</artifactId>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<version>
5.5.
31
-RELEASE
</version>
<version>
5.5.
42
-RELEASE
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
shopping-cart-application-service/pom.xml
View file @
6764c28b
...
...
@@ -61,7 +61,7 @@
<dependency>
<artifactId>
assortment-data-manager
</artifactId>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<version>
5.5.
15.RESEAL
E
</version>
<version>
5.5.
42-RELEAS
E
</version>
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
...
...
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