This commit is contained in:
苏尹岚
2021-01-06 18:18:17 +08:00
parent e8cfe85be5
commit abd0fcdf4a
2 changed files with 5 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo
return nil, err
}
}
if vendorID == model.VendorIDEBAI && storeID == 667281 && catInfo.VendorOrgCode == "34665" {
if vendorID == model.VendorIDEBAI && catInfo.VendorOrgCode == "34665" && catInfo.CityCode == 510100 {
catInfo.Name = catInfo.ExdName
catInfo.Seq = catInfo.ExdSeq
}