Forráskód Böngészése

解决海商查询我的商品BUG

zhou.xiaoning 4 éve
szülő
commit
353debbb6a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      models/quote.go

+ 1 - 1
models/quote.go

@@ -51,7 +51,7 @@ type CycleData struct {
 
 // Quoteday 行情盘面
 type Quoteday struct {
-	ID                   int64   `xorm:"pk autoincr BIGINT(20)"`
+	Id                   int64   `xorm:"pk autoincr BIGINT(20)"`
 	Exchangedate         int64   `xorm:"not null BIGINT(20)"`
 	Goodscode            string  `xorm:"not null unique CHAR(10)"`
 	Exchangecode         int     `xorm:"INT(11)"`