From 85b9890168324c164f5b666e293cd2f8e38eaa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 9 Sep 2022 15:40:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(enduser):=E4=BF=AE=E6=AD=A3=E5=B3=B0?= =?UTF-8?q?=E8=B0=B7=E7=BB=88=E7=AB=AF=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=97=B6=E5=9B=A0=E4=B8=BA=E6=96=87=E5=AD=97?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=B8=8D=E8=83=BD=E4=BF=9D=E5=AD=98=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/end_user.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/end_user.go b/service/end_user.go index 299411d..a45891d 100644 --- a/service/end_user.go +++ b/service/end_user.go @@ -108,11 +108,11 @@ func (_EndUserService) UpdateEndUserRegisterRecord(tx *xorm.Session, record mode "last_period_critical", "last_period_peak", "last_period_flat", - "last_perios_valley", + "last_period_valley", "current_period_critical", "current_period_peak", "current_period_flat", - "current_perios_valley", + "current_period_valley", "adjust_critical", "adjust_peak", "adjust_flat",