소스 검색

更新

master
huangjiajun 10 달 전
부모
커밋
edb8b586ac
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      hdl/hdl_upgrade.go

+ 3
- 3
hdl/hdl_upgrade.go 파일 보기

@@ -373,11 +373,11 @@ func GetFinishCount(blockStarChain string, engine *xorm.Engine, uid interface{},
return zhios_condition_statistics_utils.Float64ToStr(money), hasPay, payOrdId
case 22:
lvTime := db.GetOneCirclesUserLvTime(engine, uid)
stime := time.Date(t.Year(), t.Month(), t.Day()-1, 0, 0, 0, 0, t.Location()).Format("2006-01-02 15:04:05")
stime := time.Date(t.Year(), t.Month(), t.Day()-1, 0, 0, 0, 0, t.Location()).Format("2006-01-02")
if lvTime != nil && lvTime.Date.IsZero() == false {
stime = lvTime.Date.Format("2006-01-02 15:04:05")
stime = lvTime.Date.Format("2006-01-02")
}
etime := t.Format("2006-01-02 15:04:05")
etime := t.Format("2006-01-02")
_, days, activity := one_circles.CalcUserContinuousDailyActivityDays(engine, dbName, int(zhios_condition_statistics_utils.AnyToInt64(uid)), stime, etime)
if activity == false {
days = 0


불러오는 중...
취소
저장