This commit is contained in:
邹宗楠
2025-04-28 18:21:45 +08:00
parent a2c0692d64
commit 93beefb624

View File

@@ -6559,7 +6559,7 @@ func CopyMtToJd(ctx *jxcontext.Context, mtStoreID, mtOrgCode, jdStoreID, jdOrgCo
type funcType func(mtID, parentID string, catInfo []*mtwmapi.RetailCategoryInfo) type funcType func(mtID, parentID string, catInfo []*mtwmapi.RetailCategoryInfo)
var ( var (
//mtAccessToken = "" //mtAccessToken = ""
db = dao.GetDB() //db = dao.GetDB()
catMap = make(map[string]string) catMap = make(map[string]string)
LoopCatChild funcType LoopCatChild funcType
) )