Ver código fonte

更新

master
huangjiajun 6 meses atrás
pai
commit
b0c157acd0
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      db/db_order_count.go

+ 4
- 0
db/db_order_count.go Ver arquivo

@@ -24,6 +24,10 @@ func OrderListCountByUIDByOrderTypeByTimeNew(Db *xorm.Engine, uid interface{}, t
timeType2 = "settle_at"
timeType4 = "settle_at"
}
if types == "free" {
timeType = "create_at"
state = []string{"0", "1", "2", "3", "5"}
}
t := time.Now()
stime := time.Date(t.Year(), t.Month(), t.Day()-task.WithinDays, t.Hour(), 0, 0, 0, t.Location())
etime := t


Carregando…
Cancelar
Salvar