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
5f86a0fa
Commit
5f86a0fa
authored
Aug 15, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
本地部署配置文件修改
parent
60acf7db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AchievementService.java
.../api/business/achievement/service/AchievementService.java
+1
-1
No files found.
server-api/src/main/java/com/antai/sport/http/server/server/api/business/achievement/service/AchievementService.java
View file @
5f86a0fa
...
@@ -203,7 +203,7 @@ public class AchievementService {
...
@@ -203,7 +203,7 @@ public class AchievementService {
achievement
.
getConditionValue
()));
achievement
.
getConditionValue
()));
}
}
if
(
achievement
.
getAchievementCondition
().
equals
(
AchievementCondition
.
CALORIE
))
{
if
(
achievement
.
getAchievementCondition
().
equals
(
AchievementCondition
.
CALORIE
))
{
homeItem
.
setPercent
(
this
.
calcPercent
(
summary
.
getTotalCalorie
(),
homeItem
.
setPercent
(
this
.
calcPercent
(
summary
.
getTotalCalorie
()
/
1000
,
achievement
.
getConditionValue
()));
achievement
.
getConditionValue
()));
}
}
}
}
...
...
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