Ken 1 week ago
parent
commit
a671cdca0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/RebateService.php

+ 1 - 1
app/Services/RebateService.php

@@ -125,7 +125,7 @@ class RebateService extends BaseService
                 $res['after_balance'],
                 "比比返",
                 $rebate->id,
-                "投注{$amount}返{$rebateAmount};比例:{$percentage}%");
+                "投注{$amount};比例:{$percentage}%");
         }
         $rebate->increment("amount", $rebateAmount);
         return true;