- 梳理TIMER,去除TimerTypeBaseExpectedDeliveredTime
This commit is contained in:
@@ -391,7 +391,7 @@ func GetStoresSkusSaleInfo(ctx *jxcontext.Context, storeIDs []int, skuIDs []int,
|
||||
WHERE t1.order_created_at >= ? AND t1.order_created_at <= ?
|
||||
AND IF(t2.jx_store_id <> 0, jx_store_id, store_id) IN (` + dao.GenQuestionMarks(len(storeIDs)) + `)
|
||||
`
|
||||
if jxutils.IsTimeEmpty(toTime) {
|
||||
if utils.IsTimeZero(toTime) {
|
||||
toTime = time.Now()
|
||||
}
|
||||
sqlParams := []interface{}{
|
||||
|
||||
Reference in New Issue
Block a user