diff --git a/product/internal/logic/getproductlistlogic.go b/product/internal/logic/getproductlistlogic.go index be15ff1c..599a678f 100644 --- a/product/internal/logic/getproductlistlogic.go +++ b/product/internal/logic/getproductlistlogic.go @@ -4,10 +4,9 @@ import ( "context" "errors" "fusenapi/model" - "fusenapi/utils/image" - "fusenapi/product/internal/svc" "fusenapi/product/internal/types" + "fusenapi/utils/image" "github.com/zeromicro/go-zero/core/logx" )