root 5 년 전
부모
커밋
bffa243388
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      app/Console/Commands/CalculateStatisticCompound.php

+ 0
- 1
app/Console/Commands/CalculateStatisticCompound.php 파일 보기

@@ -48,7 +48,6 @@ class CalculateStatisticCompound extends Command
$s1->save();
}else {
$dataS = new ReportOverallCompound;
// $dataS->total = count(Compound::all());
$dataS->total = count(Compound::whereIn('status', ['Belum Bayar', 'Berbayar', 'Batal'])->get());
$dataS->status = 'all';
$dataS->department = 'all';

Loading…
취소
저장