From d6628194b6d867f840d37db2ef9dc057a2084270 Mon Sep 17 00:00:00 2001 From: 姜友瑶 <935090232@qq.com> Date: Fri, 01 Jul 2022 07:36:00 +0800 Subject: [PATCH] fix:修复用户绑定后被删除的情况 --- zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-list-new.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-list-new.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-list-new.html index 01cda5f..f7fe57f 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-list-new.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-list-new.html @@ -168,7 +168,7 @@ achieveRulsList : [], shopList : [], achieveUsers : [], - years : [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021], + years : [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021,2022], months : ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"], days : [], form : { -- Gitblit v1.9.1