Fix:修正sql
This commit is contained in:
parent
bf4aa92713
commit
cbe50785c3
@ -1196,7 +1196,7 @@ func getBundleBalanceInfo(month string, bundleUUID string, endTime string) (data
|
|||||||
SUM(statistic.account) AS account,
|
SUM(statistic.account) AS account,
|
||||||
SUM(statistic.video) AS video,
|
SUM(statistic.video) AS video,
|
||||||
SUM(statistic.image) AS image,
|
SUM(statistic.image) AS image,
|
||||||
SUM(statistic.data_analysis) AS data_analysis
|
SUM(statistic.data_analysis) AS data_analysis,
|
||||||
SUM(statistic.competitive) AS competitive
|
SUM(statistic.competitive) AS competitive
|
||||||
`).
|
`).
|
||||||
Scan(&data)
|
Scan(&data)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user