From 08aa070eab002edd5429d8950c190fa4b24016c6 Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Mon, 15 Dec 2025 14:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A4=90=E8=B4=B9=E6=95=B0=E6=8D=AE=E6=A0=A1?= =?UTF-8?q?=E6=AD=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/RzRestaurantStatisticsServiceImpl.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/evo-admin/src/main/java/com/evo/restaurant/service/impl/RzRestaurantStatisticsServiceImpl.java b/evo-admin/src/main/java/com/evo/restaurant/service/impl/RzRestaurantStatisticsServiceImpl.java index 2ef767b..20d21b0 100644 --- a/evo-admin/src/main/java/com/evo/restaurant/service/impl/RzRestaurantStatisticsServiceImpl.java +++ b/evo-admin/src/main/java/com/evo/restaurant/service/impl/RzRestaurantStatisticsServiceImpl.java @@ -124,6 +124,9 @@ public class RzRestaurantStatisticsServiceImpl extends ServiceImpl dailyWageNames = ParamUtils.getInternDailyWage(); //循环统计信息 for (RzRestaurantStatistics restaurantStatistics : rt_list) { + if(restaurantStatistics.getName().equals("高宇腾")){ + System.out.println(1111); + } //记录早午晚三餐次数 //循环打卡详情 @@ -137,8 +140,8 @@ public class RzRestaurantStatisticsServiceImpl extends ServiceImpl