From 7d59121c2f52cf83f9b724c53ec4bac8531cc62b Mon Sep 17 00:00:00 2001 From: ZiHangQin <1420014281@qq.com> Date: Wed, 9 Aug 2023 15:35:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(report):=20=E8=B0=83=E8=AF=95=EF=BC=8C?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E7=94=B5=E8=B4=B9=E6=A0=B8=E7=AE=97=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/report.go | 1 - repository/report.go | 1 - 2 files changed, 2 deletions(-) diff --git a/controller/report.go b/controller/report.go index 88e9caf..8c16c0f 100644 --- a/controller/report.go +++ b/controller/report.go @@ -10,7 +10,6 @@ import ( "electricity_bill_calc/tools" "electricity_bill_calc/types" "electricity_bill_calc/vo" - "fmt" "github.com/gofiber/fiber/v2" "github.com/jinzhu/copier" diff --git a/repository/report.go b/repository/report.go index aab2a6f..74ba8fc 100644 --- a/repository/report.go +++ b/repository/report.go @@ -10,7 +10,6 @@ import ( "electricity_bill_calc/types" "electricity_bill_calc/vo" "fmt" - "time" "github.com/doug-martin/goqu/v9" _ "github.com/doug-martin/goqu/v9/dialect/postgres"