骑手已接单通知
This commit is contained in:
@@ -822,6 +822,7 @@ func OrderNotifyReport(ctx *jxcontext.Context, storeIDs, brandIDs []int, vendorI
|
||||
} else {
|
||||
sql += " AND a.order_created_at > ?"
|
||||
}
|
||||
sqlParams = append(sqlParams, fromTime)
|
||||
}
|
||||
if !utils.IsTimeZero(utils.Str2Time(toTime)) {
|
||||
if isFinished {
|
||||
@@ -829,6 +830,7 @@ func OrderNotifyReport(ctx *jxcontext.Context, storeIDs, brandIDs []int, vendorI
|
||||
} else {
|
||||
sql += " AND a.order_created_at < ?"
|
||||
}
|
||||
sqlParams = append(sqlParams, toTime)
|
||||
}
|
||||
sql += `
|
||||
LIMIT ? OFFSET ?
|
||||
|
||||
Reference in New Issue
Block a user