@ -493,7 +493,7 @@ func addObjItem(code string, name string, itemTypeID64 int64, weight int) (int64
c.Code = code
c.Name = name
c.Weight = weight
cacheObjItem.Store(intl_id, *c)
cacheObjItem.Store(code, *c)
cacheObjItem.Store(name, *c)
return objId, nil
The note is not visible to the blocked user.