getorders
This commit is contained in:
@@ -101,6 +101,7 @@ func GetOrders(db *DaoDB, orderID string, orderType int, cityCodes []int, fromTi
|
|||||||
JOIN user b ON b.user_id = a.user_id AND b.deleted_at = ?
|
JOIN user b ON b.user_id = a.user_id AND b.deleted_at = ?
|
||||||
WHERE 1 = 1
|
WHERE 1 = 1
|
||||||
`
|
`
|
||||||
|
|
||||||
sqlParams := []interface{}{
|
sqlParams := []interface{}{
|
||||||
utils.DefaultTimeValue,
|
utils.DefaultTimeValue,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user