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