From 530fed8ec225453572d57b15c200ab062c335457 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 01 十一月 2023 19:20:21 +0800
Subject: [PATCH] 公海member_id使用0

---
 model/request/salesDetails.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/model/request/salesDetails.go b/model/request/salesDetails.go
index 0b4a8bd..71aa235 100644
--- a/model/request/salesDetails.go
+++ b/model/request/salesDetails.go
@@ -11,7 +11,7 @@
 
 type SalesDetails struct {
 	ClientId            int              `json:"clientId" gorm:"column:client_id;type:int;comment:瀹㈡埛id"`
-	Number              string           `json:"number" gorm:"column:number;type:varchar(255);comment:閿�鍞瓙鍗曞彿"`
+	Number              string           `json:"number" gorm:"column:number;type:varchar(255);comment:閿�鍞槑缁嗗崟鍙�"`
 	SaleChanceId        int              `json:"saleChanceId" gorm:"column:sale_chance_id;type:int;comment:閿�鍞満浼歩d"`
 	SaleType            int              `json:"saleType" gorm:"column:sale_type;type:int;comment:閿�鍞被鍨�"`
 	SignTime            string           `json:"signTime" gorm:"column:sign_time;type:datetime;comment:绛惧崟鏃堕棿"`
@@ -43,5 +43,5 @@
 	Keyword      string                           `json:"keyword"`
 	SaleChanceId int                              `json:"saleChanceId"` //閿�鍞満浼歩d
 	ClientId     int                              `json:"clientId"`     //瀹㈡埛id
-	Number       string                           `json:"number"`       //閿�鍞瓙鍗曞彿
+	Number       string                           `json:"number"`       //閿�鍞槑缁嗗崟鍙�
 }

--
Gitblit v1.8.0