- 移除常量字符串'1970-01-01 00:00:00'

This commit is contained in:
gazebo
2019-09-20 15:46:09 +08:00
parent 92cdb1d975
commit d1d0e576eb
5 changed files with 10 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ type StoreSkuSyncInfo struct {
StoreSkuStatus int
StoreSkuSyncStatus int8
VendorSkuID string `orm:"column(vendor_sku_id)"`
BindDeletedAt time.Time `orm:"type(datetime);default('1970-01-01 00:00:00')" json:"bindDeletedAt"`
BindDeletedAt time.Time `orm:"type(datetime)" json:"bindDeletedAt"`
model.Sku