获取我的账户数据

This commit is contained in:
2023-12-11 15:56:09 +08:00
parent 649ef58f2d
commit 762b3f4613
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -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);
}
}