From c4af8a6c21f65f436ed9c431128ec132cbbff41c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 14 六月 2024 11:28:07 +0800 Subject: [PATCH] 根据仓库获取位置去掉仓库本身 --- models/operation.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/operation.go b/models/operation.go index 954306a..a4f9900 100644 --- a/models/operation.go +++ b/models/operation.go @@ -59,7 +59,7 @@ Custodian string `json:"custodian" gorm:"type:varchar(255);comment:淇濈鍛樺悕绉�"` CreatedBy string `json:"createBy" gorm:"type:varchar(255);comment:鍒涘缓鑰匲serId"` CheckedBy string `json:"checkedBy" gorm:"type:varchar(255);comment:楠岃瘉鑰匲serId"` - CheckedAt time.Time `json:"checkedAt" gorm:"type:datetime;comment:楠岃瘉鑰呴獙璇佹搷浣滄椂闂�"` + CheckedAt time.Time `json:"checkedAt" gorm:"type:datetime;default:null;comment:楠岃瘉鑰呴獙璇佹搷浣滄椂闂�"` } OperationSearch struct { -- Gitblit v1.8.0