From 8cd82147f52eb50ce707c9d25357e2d08dacf063 Mon Sep 17 00:00:00 2001 From: dlcios Date: Tue, 21 Nov 2023 14:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E5=AE=A2=E7=B3=BB=E7=BB=9F=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consts/consts.go b/internal/consts/consts.go index 4c67b43..492db7c 100644 --- a/internal/consts/consts.go +++ b/internal/consts/consts.go @@ -13,6 +13,6 @@ const SubTypeLast4Month = "last4Month" const SubTypeLast8Month = "last8Month" const SubTypeLast12Month = "last12Month" -const SubTypeLastYear = "thisYear" +const SubTypeLastYear = "lastYear" const SubTypeLast2Year = "last2Year" const SubTypeLast3Year = "last3Year"