CaculateSkuEarningPrice中调用ConstrainPayPercentage
+RefreshOrdersPriceInfo
This commit is contained in:
@@ -105,7 +105,7 @@ func QueryOrders(db *DaoDB, vendorOrderID string, actID int, vendorIDs []int, st
|
||||
sqlParams = append(sqlParams, storeID)
|
||||
}
|
||||
if !utils.IsTimeZero(fromDate) && !utils.IsTimeZero(toDate) {
|
||||
sql += " AND a.order_created_at BETWEEN ? and ?"
|
||||
sql += " AND a.order_created_at BETWEEN ? AND ?"
|
||||
sqlParams = append(sqlParams, fromDate, toDate)
|
||||
}
|
||||
err = GetRows(db, &orderNewList, sql, sqlParams...)
|
||||
|
||||
Reference in New Issue
Block a user