|
|
@@ -240,8 +240,8 @@ namespace MySystem
|
|
|
if(Sort == 30 || Sort == 25)
|
|
|
{
|
|
|
decimal profit = 0;
|
|
|
- if(Sort == 25) profit = TotalAmount * 0.0002M;
|
|
|
- if(Sort == 30) profit = TotalAmount * 0.0005M;
|
|
|
+ if(Sort == 25) profit = TotalAmount * 0.00016M;
|
|
|
+ if(Sort == 30) profit = TotalAmount * 0.0004M;
|
|
|
ProfitUsers user = users[0];
|
|
|
result.Add(new ProfitResult()
|
|
|
{
|