|
|
@@ -26,7 +26,7 @@ class WithdrawLogic
|
|
|
$data = WithDrawLogModel::where('status', 1)
|
|
|
->where(function($query) use($time){
|
|
|
if($time){
|
|
|
- $query->where('creat_at','>=', $time);
|
|
|
+ $query->where('create_at','>=', $time);
|
|
|
}
|
|
|
})->sum('practical_money');
|
|
|
if($data){
|