This commit is contained in:
邹宗楠
2022-11-21 10:50:53 +08:00
parent 2ca5680816
commit 8b2e3ff546

View File

@@ -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,