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';

正在加载...
取消
保存