getorders

This commit is contained in:
苏尹岚
2020-11-17 15:27:09 +08:00
parent f0b9ea7385
commit 26751d21f4

View File

@@ -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 = ?
WHERE 1 = 1
`
sqlParams := []interface{}{
utils.DefaultTimeValue,
}