From 76573731c61f06cd95542de6aae56f417e920689 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Thu, 1 Jun 2023 18:52:15 +0800 Subject: [PATCH] fix --- product/internal/logic/getproductlistlogic.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" )