Просмотр исходного кода

ManageableShopList排除错误

jyq 4 лет назад
Родитель
Сommit
071dd483c9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      assembly/base/service/shop.go

+ 1 - 0
assembly/base/service/shop.go

@@ -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)
 		}
 	}