From edd51e72fb0d3d9ac3e604f164618dde92a0c29a Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期二, 11 十月 2022 18:07:23 +0800 Subject: [PATCH] 新增首页工单 办事指南饼状图数据 修改小程序登录用户状态问题 --- flower_city/src/main/java/com/dg/core/service/impl/TransactionEventImpl.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/flower_city/src/main/java/com/dg/core/service/impl/TransactionEventImpl.java b/flower_city/src/main/java/com/dg/core/service/impl/TransactionEventImpl.java index 110dc0c..a9291c9 100644 --- a/flower_city/src/main/java/com/dg/core/service/impl/TransactionEventImpl.java +++ b/flower_city/src/main/java/com/dg/core/service/impl/TransactionEventImpl.java @@ -135,6 +135,11 @@ } @Override + public int countStatisticsNum(List<String> classifyIds) { + return baseMapper.countStatisticsNum(classifyIds); + } + + @Override public int countNumByMatterName(String matterName) { return baseMapper.countNumByMatterName(matterName); } -- Gitblit v1.7.1