소스 검색

集計プログラム修正

develop
sosuke.iwabuchi 2 년 전
부모
커밋
2de885fd78
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      app/Console/Commands/SummaryUse.php

+ 2
- 0
app/Console/Commands/SummaryUse.php 파일 보기

@@ -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…
취소
저장