1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user