diff --git a/business/partner/purchase/tiktok_store/store_sku2.go b/business/partner/purchase/tiktok_store/store_sku2.go index 6cacb08f7..8eab670e4 100644 --- a/business/partner/purchase/tiktok_store/store_sku2.go +++ b/business/partner/purchase/tiktok_store/store_sku2.go @@ -473,11 +473,12 @@ func GetProductAuditList(vendorOrgCode string) map[string]string { return nil } for _, v := range skuList { + globals.SugarLogger.Debugf("======skuList %s", utils.Format4Output(v, false)) item := &model.SkuVendorCategoryMap{ ModelIDCULD: model.ModelIDCULD{ CreatedAt: time.Now(), UpdatedAt: time.Now(), - DeletedAt: time.Now(), + DeletedAt: utils.DefaultTimeValue, LastOperator: "18981810340", }, NameID: v.NameId,