1
This commit is contained in:
@@ -1441,7 +1441,8 @@ func GetJxOrderCount(db *DaoDB, storeID int, orderID string, date time.Time) (co
|
||||
|
||||
// GetVendorOrderNumber 查询当前平台当然订单数(抖音没有订单seq)
|
||||
func GetVendorOrderNumber(db *DaoDB, vendorId int64, vendorStoreId string) (count int, err error) {
|
||||
date := time.Now()
|
||||
nowTime := time.Now()
|
||||
date := time.Date(nowTime.Year(), nowTime.Month(), nowTime.Day(), 0, 0, 0, 0, time.Local)
|
||||
sql := `
|
||||
SELECT COUNT(*) ct
|
||||
FROM goods_order t1
|
||||
|
||||
Reference in New Issue
Block a user