Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-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
licc
data-server
Commits
77cea5c4
Commit
77cea5c4
authored
Mar 02, 2021
by
licc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最大进步奖 最终优化1
parent
fbe1ff9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
AccountService.java
...rc/main/java/cn/wisenergy/service/app/AccountService.java
+4
-3
No files found.
wisenergy-service/src/main/java/cn/wisenergy/service/app/AccountService.java
View file @
77cea5c4
...
@@ -30,7 +30,7 @@ public interface AccountService {
...
@@ -30,7 +30,7 @@ public interface AccountService {
R
<
AccountInfo
>
getByUserId
(
String
userId
);
R
<
AccountInfo
>
getByUserId
(
String
userId
);
/**
/**
* 收益和业绩统计
* 收益和业绩统计
(月度肥料)
*
*
* @param list 订单信息
* @param list 订单信息
* @return true or false
* @return true or false
...
@@ -47,8 +47,9 @@ public interface AccountService {
...
@@ -47,8 +47,9 @@ public interface AccountService {
/**
/**
* 进步奖收益统计
* 进步奖收益统计(最大进步奖)
*
* @return true or false
* @return true or false
*/
*/
R
<
Boolean
>
progressPrizeCount
();
R
<
Boolean
>
progressPrizeCount
();
}
}
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