Skip to content

Commit

Permalink
Crops Growth Rate Distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielzxccc committed May 1, 2024
1 parent cb6aeea commit 526cab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Reports/ReportsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ export async function getGrowthRateDistribution(month: number, limit: number) {
SELECT
cc.crop_id,
c.name AS crop_name,
SUM(cr.harvested_qty) AS total_harvested_qty,
SUM(cr.kilogram) AS total_harvested_qty,
SUM(cr.withered_crops) AS total_withered_crops,
SUM(cr.planted_qty) AS total_planted_qty
FROM
Expand Down

0 comments on commit 526cab1

Please sign in to comment.