Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-server
Project
Project
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
antai-sport
antai-sport-http-server
Commits
fbfbc4d1
Commit
fbfbc4d1
authored
Jul 20, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户运动积分结算
parent
c990fede
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
SportUserTrainingLogService.java
...ness/traininglog/service/SportUserTrainingLogService.java
+8
-9
No files found.
server-api/src/main/java/com/antai/sport/http/server/server/api/business/traininglog/service/SportUserTrainingLogService.java
View file @
fbfbc4d1
...
...
@@ -81,6 +81,14 @@ public class SportUserTrainingLogService {
private
SimpleMatchBusinessMapper
simpleMatchBusinessMapper
;
@Resource
private
TeamTrainingBusinessMapper
teamTrainingBusinessMapper
;
@Resource
private
SportUserGameCurrencyBaseRuleMapper
sportUserGameCurrencyBaseRuleMapper
;
@Resource
private
SportUserGameCurrencyMapper
sportUserGameCurrencyMapper
;
@Resource
private
SportUserGameCurrencyLogMapper
sportUserGameCurrencyLogMapper
;
@Resource
private
SportUserGameCurrencyMatchRuleMapper
sportUserGameCurrencyMatchRuleMapper
;
@Resource
private
SportUserTrainingLogConverter
sportUserTrainingLogConverter
;
...
...
@@ -121,15 +129,6 @@ public class SportUserTrainingLogService {
this
.
handleSportUserCurrency
(
playerId
,
log
.
getId
(),
log
.
getCalorie
(),
gameMode
,
log
.
getMatchRank
());
}
@Resource
private
SportUserGameCurrencyBaseRuleMapper
sportUserGameCurrencyBaseRuleMapper
;
@Resource
private
SportUserGameCurrencyMapper
sportUserGameCurrencyMapper
;
@Resource
private
SportUserGameCurrencyLogMapper
sportUserGameCurrencyLogMapper
;
@Resource
private
SportUserGameCurrencyMatchRuleMapper
sportUserGameCurrencyMatchRuleMapper
;
/**
* 处理用户积分
*
...
...
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