瀏覽代碼

解决海商查询我的商品BUG

zhou.xiaoning 4 年之前
父節點
當前提交
353debbb6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)"`