瀏覽代碼

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