Ver Fonte

解决海商查询我的商品BUG

zhou.xiaoning há 4 anos atrás
pai
commit
353debbb6a
1 ficheiros alterados com 1 adições e 1 exclusões
  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)"`