This commit is contained in:
邹宗楠
2022-07-18 16:28:43 +08:00
parent bb37cad46d
commit 359005c58e

View File

@@ -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,