|
@@ -353,7 +353,7 @@ func MoveMaterialClassify(classifyInfo *material.MaterialClassify, req *material
|
|
err = fmt.Errorf("获取父级分类失败,Err:" + e.Error())
|
|
err = fmt.Errorf("获取父级分类失败,Err:" + e.Error())
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- levelPath = fmt.Sprintf("%s,%d", parentClassify.LevelPath, classifyInfo.ClassifyId)
|
|
|
|
|
|
+ levelPath = fmt.Sprintf("%s%d,", parentClassify.LevelPath, classifyInfo.ClassifyId)
|
|
classifyInfo.LevelPath = levelPath
|
|
classifyInfo.LevelPath = levelPath
|
|
updateCol = append(updateCol, "LevelPath")
|
|
updateCol = append(updateCol, "LevelPath")
|
|
}
|
|
}
|