瀏覽代碼

更新

master
huangjiajun 10 月之前
父節點
當前提交
05c0fe4bb0
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      hdl/hdl_upgrade.go

+ 4
- 0
hdl/hdl_upgrade.go 查看文件

@@ -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)


Loading…
取消
儲存