Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
465dee8e
Commit
465dee8e
authored
Apr 27, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e441d806
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
MarketServiceImpl.java
...irl/application/market/coupon/impl/MarketServiceImpl.java
+26
-0
No files found.
src/main/java/com/gogirl/application/market/coupon/impl/MarketServiceImpl.java
View file @
465dee8e
...
...
@@ -34,6 +34,7 @@ import com.google.common.collect.Lists;
import
lombok.Data
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.scheduling.annotation.Async
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
...
...
@@ -50,29 +51,54 @@ import java.util.stream.Collectors;
public
class
MarketServiceImpl
implements
MarketService
{
@Resource
@Lazy
TimesCardOrderServeDetailMapper
timesCardOrderServeDetailMapper
;
@Resource
@Lazy
private
CouponMapper
couponMapper
;
@Autowired
@Lazy
private
CouponCustomerRelevanceService
couponCustomerRelevanceService
;
@Resource
@Lazy
private
CouponOrderRelevanceService
couponOrderRelevanceService
;
@Resource
@Lazy
private
OrderManageMapper
orderManageMapper
;
@Lazy
@Resource
private
OrderServeMapper
orderServeMapper
;
@Lazy
@Resource
private
TimesCardCustomerRelevanceMapper
timesCardCustomerRelevanceMapper
;
@Lazy
@Resource
private
CouponCustomerRelevanceMapper
couponCustomerRelevanceMapper
;
@Lazy
@Resource
private
OrderServeService
orderServeService
;
@Lazy
@Resource
private
TimesCardUsedRecordService
timesCardUsedRecordService
;
@Lazy
@Resource
private
TimesCardCustomerRelevanceService
timesCardCustomerRelevanceService
;
@Lazy
@Resource
private
DiscountConfigMapper
discountConfigMapper
;
@Lazy
@Resource
ICouponOrderService
couponOrderService
;
...
...
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