Commit 5f0281ee authored by shiyu's avatar shiyu

默认介绍费

parent 33cae621
......@@ -37,7 +37,7 @@ public class DistributorProfitServiceImpl implements DistributorProfitService {
@Override
public Double getIntroduceRebate(FollowFansRecordRequestDto dto) {
double rebate = 0.3;
double rebate = 0.03;
try {
FollowFansRecord followFansRecord = followFansRecordDao.findOne(dto);
if (followFansRecord == null) {
......
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