1
This commit is contained in:
@@ -483,7 +483,7 @@ func GetProductAuditList(vendorOrgCode string) map[string]string {
|
||||
},
|
||||
NameID: v.NameId,
|
||||
VendorID: model.VendorIDDD,
|
||||
VendorCategoryID: updateCategory[v.DdID],
|
||||
VendorCategoryID: updateCategory[v.DdId],
|
||||
}
|
||||
if err := dao.CreateOrUpdate(db, item); err != nil {
|
||||
globals.SugarLogger.Debugf("====================err2 %s", err)
|
||||
|
||||
Reference in New Issue
Block a user