- alarm for shop price.

- add index for ref_vendor_order_id.
This commit is contained in:
gazebo
2018-09-20 23:10:19 +08:00
parent 0a851a4385
commit 4eb46bcbbe
2 changed files with 17 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ type OrderStatus struct {
func (v *OrderStatus) TableIndex() [][]string {
return [][]string{
[]string{"VendorOrderID", "Status", "VendorStatus"},
[]string{"RefVendorOrderID", "Status", "VendorStatus"},
}
}