From de91ad4a2faf350e6631bc792569e270aaf95973 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 21:15:27 +0800 Subject: [PATCH] fix --- model/saleChance.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/saleChance.go b/model/saleChance.go index 5c9fa17..9836705 100644 --- a/model/saleChance.go +++ b/model/saleChance.go @@ -30,7 +30,7 @@ Currency int `json:"currency" gorm:"column:currency;type:int(11);comment:甯佺"` ExpectedTime *CustomTime `json:"expected_time" gorm:"column:expected_time;type:datetime;comment:棰勮鎴愪氦鏃堕棿"` StatusId int `json:"status_id" gorm:"column:status_id;type:int(11);comment:鐘舵�両D"` - Status Status `json:"status_id" gorm:"column:status_id;type:int(11);comment:鐘舵�両D"` + Status Status `json:"status"` //鐘舵�� PainPoints string `json:"pain_points" gorm:"column:pain_points;type:text;comment:鐥涚偣"` WhetherEstablished string `json:"whether_established" gorm:"column:whether_established;type:text;comment:鏄惁鎴愮珛"` CapitalBudget string `json:"capital_budget" gorm:"column:capital_budget;type:text;comment:璧勯噾棰勭畻"` -- Gitblit v1.8.0