1
This commit is contained in:
@@ -742,7 +742,7 @@ func GetOrderStatusCancelList(refVendorOrderID string) (statusList []*model.Orde
|
||||
sql := `
|
||||
SELECT *
|
||||
FROM order_status t1
|
||||
WHERE t1.ref_vendor_order_id = ? AND t1.vendor_order_id = ? AND t1.vendor_id = ?
|
||||
WHERE t1.ref_vendor_order_id = ?
|
||||
`
|
||||
sqlParams := []interface{}{
|
||||
refVendorOrderID,
|
||||
|
||||
Reference in New Issue
Block a user