log
This commit is contained in:
@@ -132,7 +132,7 @@ func GetOrderByID(db *DaoDB, orderID string) (*model.Order, error) {
|
|||||||
utils.DefaultTimeValue,
|
utils.DefaultTimeValue,
|
||||||
}
|
}
|
||||||
if orderID != "" {
|
if orderID != "" {
|
||||||
sql += "AND order_id = ?"
|
sql += `AND order_id = ?`
|
||||||
sqlParams = append(sqlParams, orderID)
|
sqlParams = append(sqlParams, orderID)
|
||||||
}
|
}
|
||||||
orderInfos := &model.Order{}
|
orderInfos := &model.Order{}
|
||||||
|
|||||||
Reference in New Issue
Block a user