留存title
This commit is contained in:
parent
024c7892c6
commit
b4ed73eb64
@ -779,8 +779,8 @@ ORDER BY values desc"""
|
|||||||
days = (arrow.get(self.end_date).date() - arrow.get(self.start_date).date()).days
|
days = (arrow.get(self.end_date).date() - arrow.get(self.start_date).date()).days
|
||||||
keep = []
|
keep = []
|
||||||
cnt = []
|
cnt = []
|
||||||
retention_n = [*[k for k in range(1, 61)], 70, 75, 80, 85, 90, 95, 100, 110, 120, 150, 180, 210, 240, 270, 300,
|
retention_n = [*[k for k in range(1, 60)], 70-1, 75-1, 80-1, 85-1, 90-1, 95-1, 100-1, 110-1, 120-1, 150-1, 180-1, 210-1, 240-1, 270-1, 300-1,
|
||||||
360]
|
360-1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
cnt0-cnt1 as on1,
|
cnt0-cnt1 as on1,
|
||||||
|
Loading…
Reference in New Issue
Block a user