Compare commits
No commits in common. "2b102a473fc8e42fd100b0649616b5a7e0b49e6f" and "c13c65e10f232c7ae394b95302357ee7246b7df0" have entirely different histories.
2b102a473f
...
c13c65e10f
@ -196,7 +196,7 @@ func MetricsBusiness(req *bundle.MetricsBusinessReq) (result *bundle.MetricsBusi
|
||||
Joins("left join cast_work_extra as cwe on cwe.work_uuid = cw.uuid").
|
||||
Joins("left join cast_cost_log as ccl on ccl.work_uuid = cw.uuid").
|
||||
Where("cwe.cost_type = 1").
|
||||
Where("cw.status in ?", []int{7, 6, 9}).
|
||||
Where("cw.status = 9").
|
||||
Where("cw.deleted_at = 0").
|
||||
Where("cw.artist_uuid = bb.user_id").
|
||||
Where("cw.submit_time > bb.start_at").
|
||||
@ -235,7 +235,7 @@ func MetricsBusiness(req *bundle.MetricsBusinessReq) (result *bundle.MetricsBusi
|
||||
Joins("left join cast_work_extra as cwe on cwe.work_uuid = cw.uuid").
|
||||
Joins("left join cast_cost_log as ccl on ccl.work_uuid = cw.uuid").
|
||||
Where("cwe.cost_type = 2").
|
||||
Where("cw.status in ?", []int{7, 6, 9}).
|
||||
Where("cw.status = 9").
|
||||
Where("cw.deleted_at = 0").
|
||||
Where("cw.artist_uuid = bb.user_id").
|
||||
Where("cw.submit_time > bb.start_at").
|
||||
|
||||
Loading…
Reference in New Issue
Block a user