Pārlūkot izejas kodu

ManageableShopList排除错误

jyq 4 gadi atpakaļ
vecāks
revīzija
071dd483c9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)
 		}
 	}