Explorar o código

ManageableShopList排除错误

jyq %!s(int64=4) %!d(string=hai) anos
pai
achega
071dd483c9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
 		}
 	}