- 修复ebai.getVendorCategories中的bug

This commit is contained in:
gazebo
2019-08-19 15:34:58 +08:00
parent 6801e17fc9
commit 80ba7c9759
3 changed files with 1 additions and 4 deletions

View File

@@ -555,7 +555,6 @@ func (p *PurchaseHandler) getVendorCategories(level int, pid int64) (vendorCats
Level: level,
VendorCategoryID: utils.Int64ToStr(v.Id),
}
cat.LastOperator = "builder"
if level > 1 {
cat.ParentID = utils.Int64ToStr(v.ParentId)
if level == 3 {