Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
kmr-h5-java
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c5a6e046
authored
2017-12-05 11:15:28 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
38e9f7bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
kmr_dp_HDP/src/main/java/com/example/service/ScoreLogInfoServiceImpl.java
kmr_dp_HDP/src/main/java/com/example/service/ScoreLogInfoServiceImpl.java
View file @
c5a6e04
...
...
@@ -32,9 +32,6 @@ public class ScoreLogInfoServiceImpl implements ScoreLogInfoService {
@Autowired
private
ShareLogMapper
shareLogMapper
;
@Autowired
private
ScoreLogInfoService
scoreLogInfoService
;
@Override
public
String
save
(
ScoreLogInfo
scoreLogInfo
)
{
String
code
=
"2000"
;
...
...
@@ -50,7 +47,7 @@ public class ScoreLogInfoServiceImpl implements ScoreLogInfoService {
code
=
"9901"
;
}
else
{
long
count
=
this
.
countToDay
(
scoreLogInfo
.
getOpenid
());
long
s
=
this
.
s
coreLogInfoService
.
s
hareToday
(
scoreLogInfo
.
getOpenid
());
long
s
=
this
.
shareToday
(
scoreLogInfo
.
getOpenid
());
if
(
s
>
5
)
{
s
=
5
;
}
...
...
Please
register
or
sign in
to post a comment