Ken 1 tháng trước cách đây
mục cha
commit
82730ed5a8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/BackflowService.php

+ 1 - 0
app/Services/BackflowService.php

@@ -39,6 +39,7 @@ class BackflowService extends BaseService
         $difference = abs($difference);
         if ($difference >= $restriction) {
             $backflow->amount = bcmul($difference, $backflow->backflow_ratio, 2);
+            $backflow->amount = $difference;
         } else {
             $backflow->amount = 0;
         }