This commit is contained in:
邹宗楠
2025-04-29 13:41:56 +08:00
parent e7c85df241
commit aa75b6e1ae

View File

@@ -6590,6 +6590,7 @@ func CopyMtToJd(ctx *jxcontext.Context, mtStoreID, mtOrgCode, jdStoreID, jdOrgCo
for _, mtc := range catList {
if jdc.Name == mtc.Name {
catMap[mtc.Name] = utils.Int64ToStr(jdc.Id)
break
}
}
}