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
c2c3f453
Commit
c2c3f453
authored
Sep 03, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
维护sdk-> 我特么也不想维护了
Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent
df418ec3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
assortment-shoppingcart-sdk/pom.xml
+1
-1
assortment-shoppingcart-sdk/readme.md
+3
-2
order-application-service/pom.xml
+1
-1
shopping-cart-application-service/pom.xml
+1
-1
shopping-cart-application-service/src/main/java/cn/freemud/adapter/ShoppingCartConvertAdapter.java
+0
-1
No files found.
assortment-shoppingcart-sdk/pom.xml
View file @
c2c3f453
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
assortment-shoppingcart-sdk
</artifactId>
<version>
2.0.0-SNAPSHOT
</version>
<version>
1.3.3.RELEASE
</version>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
assortment-shoppingcart-sdk/readme.md
View file @
c2c3f453
...
...
@@ -21,4 +21,5 @@
| 1.3.0.RELEASE| 华莱士促销算价| 张志恒 | 2021-05-11 |
| 1.3.1.RELEASE| 核销新增商城渠道| 张志恒 | 2021-05-21 |
| 1.3.2.RELEASE| 麦咖啡一键下单| 徐康 | 2021-06-10 |
| 2.0.0-SNAPSHOT| 重新升级SDK | 周晓航 | 2021-06-15 |
\ No newline at end of file
| 2.0.0-SNAPSHOT| 重新升级SDK | 周晓航 | 2021-06-15 |
| 1.3.3.RELEASE| 重新升级SDK | 周晓航 | 2021-09-03 |
\ No newline at end of file
order-application-service/pom.xml
View file @
c2c3f453
...
...
@@ -53,7 +53,7 @@
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
productcenter-sdk
</artifactId>
<version>
4.0.
3
.RELEASE
</version>
<version>
4.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<artifactId>
membercenter-sdk
</artifactId>
...
...
shopping-cart-application-service/pom.xml
View file @
c2c3f453
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
cn.freemud
</groupId>
<artifactId>
assortment-shoppingcart-sdk
</artifactId>
<version>
2.0.0-SNAPSHOT
</version>
<version>
1.3.3.RELEASE
</version>
</dependency>
<!-- 再来一单查询订单信息 -->
<dependency>
...
...
shopping-cart-application-service/src/main/java/cn/freemud/adapter/ShoppingCartConvertAdapter.java
View file @
c2c3f453
...
...
@@ -12,7 +12,6 @@
*/
package
cn
.
freemud
.
adapter
;
import
cn.freemud.entities.dto.ActivityCalculationDiscountResponseDto
;
import
cn.freemud.entities.dto.GetMenuResponseDto
;
import
cn.freemud.entities.dto.activity.ActivityDiscountsDto
;
import
cn.freemud.entities.dto.calculate.ActivityCalculationDiscountResponseDto
;
...
...
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