Compare commits
No commits in common. "2876d2033f6c27f8dc3799ffc9c3bbe92015bbf6" and "11750dd0b0b54dfaf7cee7fc60b4491f744bee38" have entirely different histories.
2876d2033f
...
11750dd0b0
@ -372,7 +372,7 @@ func MetricsOperatingCreate(req *bundle.MetricsOperatingCreateReq) (result *bund
|
|||||||
Where("cast_work.created_at >= ?", timeParse(req.Start+" 00:00:00").Unix()).
|
Where("cast_work.created_at >= ?", timeParse(req.Start+" 00:00:00").Unix()).
|
||||||
Where("cast_work.created_at <= ?", timeParse(req.End+" 23:59:59").Unix()).
|
Where("cast_work.created_at <= ?", timeParse(req.End+" 23:59:59").Unix()).
|
||||||
Where("work_category = 2"). // 视频类型
|
Where("work_category = 2"). // 视频类型
|
||||||
Where("cwe.cost_type = 2"). // 增值类型
|
Where("cwe.cost_type = 1"). // 增值类型
|
||||||
Count(&newUploadedIncreaseVideoCount)
|
Count(&newUploadedIncreaseVideoCount)
|
||||||
result.NewUploadedIncreaseVideoCount = newUploadedIncreaseVideoCount
|
result.NewUploadedIncreaseVideoCount = newUploadedIncreaseVideoCount
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user