This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_condition_statistics
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
更新
master
huangjiajun
6 months ago
parent
a15bc382bb
commit
b0c157acd0
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
db/db_order_count.go
+ 4
- 0
db/db_order_count.go
View File
@@ -24,6 +24,10 @@ func OrderListCountByUIDByOrderTypeByTimeNew(Db *xorm.Engine, uid interface{}, t
timeType2 = "settle_at"
timeType2 = "settle_at"
timeType4 = "settle_at"
timeType4 = "settle_at"
}
}
if types == "free" {
timeType = "create_at"
state = []string{"0", "1", "2", "3", "5"}
}
t := time.Now()
t := time.Now()
stime := time.Date(t.Year(), t.Month(), t.Day()-task.WithinDays, t.Hour(), 0, 0, 0, t.Location())
stime := time.Date(t.Year(), t.Month(), t.Day()-task.WithinDays, t.Hour(), 0, 0, 0, t.Location())
etime := t
etime := t
Write
Preview
Loading…
Cancel
Save