소스 검색

解决海商查询我的商品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)"`