diff --git a/src/main/java/cn/lihongjie/coal/coalInfo/service/CoalInfoService.java b/src/main/java/cn/lihongjie/coal/coalInfo/service/CoalInfoService.java index ae3c61cd..62ee9283 100644 --- a/src/main/java/cn/lihongjie/coal/coalInfo/service/CoalInfoService.java +++ b/src/main/java/cn/lihongjie/coal/coalInfo/service/CoalInfoService.java @@ -9,7 +9,8 @@ import cn.lihongjie.coal.coalInfo.dto.UpdateCoalInfoDto; import cn.lihongjie.coal.coalInfo.entity.CoalInfoEntity; import cn.lihongjie.coal.coalInfo.mapper.CoalInfoMapper; import cn.lihongjie.coal.coalInfo.repository.CoalInfoRepository; -import java.lang.String; +import cn.lihongjie.coal.coalPrice.entity.CoalPriceEntity; +import cn.lihongjie.coal.coalPrice.service.CoalPriceService; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.convert.ConversionService; @@ -30,21 +31,33 @@ public class CoalInfoService extends BaseService