@@ -47,6 +47,7 @@ func (s Shop) ManageableShopList(token string, r *pb.ShopListRequest) *pb.ShopLi
l.CreatedAt = v.CreatedAt
l.UpdatedAt = v.UpdatedAt
l.Status = s.ManageStatusToWebStatus(v.Status)
+ println(l.ShopId)
info = append(info, l)
}