From 7a364b9102ac7d2ac779153391f0f21de19af7c0 Mon Sep 17 00:00:00 2001 From: dorlolo <428192774@qq.com> Date: Fri, 17 Mar 2023 15:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9flow=5Fstatus=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/model/artworkStatement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/model/artworkStatement.go b/cmd/model/artworkStatement.go index 8afa5aa..65fc0ba 100644 --- a/cmd/model/artworkStatement.go +++ b/cmd/model/artworkStatement.go @@ -6,7 +6,7 @@ type StatementBatch struct { StType int32 `gorm:"column:st_type;unqiueIndex:sttype_uid_batchtime_idx;comment:对账单类型 1=版权 2=物权;"` ArtistUid string `gorm:"column:artist_uid;unqiueIndex:sttype_uid_batchtime_idx;comment:画家uid"` ArtistRealName string `gorm:"column:artist_real_name;comment:画家真实姓名;"` - FlowStatus int32 `gorm:"column:flow_status;comment:流程状态 1=未生成 2=已生成未签署 3=已签署"` + FlowStatus int32 `gorm:"column:flow_status;default:1;comment:流程状态 1=未生成 2=已生成未签署 3=已签署"` BatchTime string `gorm:"column:batch_time;unqiueIndex:sttype_uid_batchtime_idx;comment:批次时间;"` MinPrice float32 `gorm:"column:min_price;comment:委托销售底价"` GuaranteePrice float32 `gorm:"column:guarantee_price;comment:以收取保证金;"`