- 修复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

@@ -62,7 +62,6 @@ func (p *PurchaseHandler) GetVendorCategories(ctx *jxcontext.Context) (vendorCat
Name: name, //utils.Interface2String(v["name"]),
Level: i + 1, //int(utils.MustInterface2Int64(v["level"])),
}
cat.LastOperator = "builder"
vendorCats = append(vendorCats, cat)
vendorCatMapList[i][name] = cat
if i == 2 {