소스 검색

ManageableShopList排除错误

jyq 4 년 전
부모
커밋
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)
 		}
 	}