瀏覽代碼

更新

master
huangjiajun 6 月之前
父節點
當前提交
b0c157acd0
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      db/db_order_count.go

+ 4
- 0
db/db_order_count.go 查看文件

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


Loading…
取消
儲存