From 251c3ff0282168c8cc44c48d27916b02e3498a7f Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 11 八月 2023 15:01:04 +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 9efbc3d..f695f9d 100644
--- a/model/saleChance.go
+++ b/model/saleChance.go
@@ -23,7 +23,7 @@
 		Budget                float64                `json:"budget" gorm:"column:budget;type:decimal(10,2);comment:棰勭畻"`
 		ProjectedAmount       float64                `json:"projected_amount" gorm:"column:projected_amount;type:decimal(10,2);comment:棰勮閲戦"`
 		Currency              int                    `json:"currency" gorm:"column:currency;type:int(11);comment:甯佺"`
-		ExpectedTime          time.Time              `json:"expected_time" gorm:"column:expected_time;type:datetime;comment:棰勮鎴愪氦鏃堕棿"`
+		ExpectedTime          *time.Time             `json:"expected_time" gorm:"column:expected_time;type:datetime;comment:棰勮鎴愪氦鏃堕棿"`
 		StatusId              int                    `json:"status_id" gorm:"column:status_id;type:int(11);comment:鐘舵�両D"`
 		PainPoints            string                 `json:"pain_points" gorm:"column:pain_points;type:text;comment:鐥涚偣"`
 		WhetherEstablished    string                 `json:"whether_established" gorm:"column:whether_established;type:text;comment:鏄惁鎴愮珛"`

--
Gitblit v1.8.0