Commit 77cea5c4 authored by licc's avatar licc

最大进步奖 最终优化1

parent fbe1ff9f
...@@ -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();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment