Parcourir la source

更新

master
huangjiajun il y a 10 mois
Parent
révision
05c0fe4bb0
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      hdl/hdl_upgrade.go

+ 4
- 0
hdl/hdl_upgrade.go Voir le fichier

@@ -377,8 +377,12 @@ func GetFinishCount(params map[string]string, blockStarChain string, engine *xor
if lvTime != nil && lvTime.Date.IsZero() == false {
stime = lvTime.Date.Format("2006-01-02")
}

etime := t.Format("2006-01-02")
if params["is_view"] == "1" {
if lvTime == nil || (lvTime != nil && lvTime.Date.IsZero()) {
stime = t.Format("2006-01-02")
}
etime = time.Date(t.Year(), t.Month(), t.Day()+1, 0, 0, 0, 0, t.Location()).Format("2006-01-02")
}
_, days, activity := one_circles.CalcUserContinuousDailyActivityDays(engine, dbName, int(zhios_condition_statistics_utils.AnyToInt64(uid)), stime, etime)


Chargement…
Annuler
Enregistrer