|
@@ -92,10 +92,6 @@ class Index extends Api
|
|
|
$value2 = Db::name('system_values2')
|
|
|
->whereRaw("date_format(date,'%Y-%m')='".$v."'")
|
|
|
->sum('value') ? : 0;
|
|
|
-// $array['value']= Db::name('system_values')
|
|
|
-// ->whereRaw("date_format(date,'%Y-%m')='".$v."'")
|
|
|
-// ->where('name','总签收')
|
|
|
-// ->sum('value') ? : 0;
|
|
|
$array['value'] = floatval(bcadd($value1,$value2));
|
|
|
array_push($arr,$array);
|
|
|
}
|