获取我的账户数据
This commit is contained in:
@@ -118,6 +118,7 @@ class DoctorAccountDay extends Model
|
||||
return self::select(['month',Db::raw('SUM(total_amount) AS `total_amount`')])
|
||||
->where($params)
|
||||
->groupBy(['month'])
|
||||
->orderBy('month')
|
||||
->get($fields);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user