- alarm for shop price.
- add index for ref_vendor_order_id.
This commit is contained in:
@@ -143,6 +143,7 @@ type OrderStatus struct {
|
||||
func (v *OrderStatus) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"VendorOrderID", "Status", "VendorStatus"},
|
||||
[]string{"RefVendorOrderID", "Status", "VendorStatus"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user