From 7a63b646b81187e0680661b08f3f9b8292931fb9 Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Wed, 2 Aug 2023 17:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../coal/service/CoalWashingDailyAnalysisService.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/cn/lihongjie/coal/service/CoalWashingDailyAnalysisService.java b/src/main/java/cn/lihongjie/coal/service/CoalWashingDailyAnalysisService.java index bd138962..d75b44e0 100644 --- a/src/main/java/cn/lihongjie/coal/service/CoalWashingDailyAnalysisService.java +++ b/src/main/java/cn/lihongjie/coal/service/CoalWashingDailyAnalysisService.java @@ -4,6 +4,7 @@ import cn.lihongjie.coal.dao.CoalWashingDailyAnalysisRepository; import cn.lihongjie.coal.dto.*; import cn.lihongjie.coal.entity.CoalWashingDailyAnalysisEntity; import cn.lihongjie.coal.mapper.CoalWashingDailyAnalysisMapper; +import cn.lihongjie.coal.mapper.RoundMapper; import jakarta.annotation.PostConstruct; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; @@ -23,6 +24,8 @@ public class CoalWashingDailyAnalysisService extends BaseService