Browse Source

集計プログラム修正

develop
sosuke.iwabuchi 2 years ago
parent
commit
2de885fd78
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/Console/Commands/SummaryUse.php

+ 2
- 0
app/Console/Commands/SummaryUse.php View File

@@ -201,6 +201,8 @@ class SummaryUse extends BaseCommand
$key = $makeKey($key1, $key2);

$summaryByKey = $this->getUseByKeyModel($model, $key1, $key2);
$summaryByKey->receipt_order_count += $count;


$summaryByKeys->put($key, $summaryByKey);
}


Loading…
Cancel
Save