fix: 计算mdc

This commit is contained in:
xiaoguangbin 2024-01-10 15:56:19 +08:00
parent 17fa3b5508
commit b76d4fd325
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import org.jeecg.common.properties.SpectrumPathProperties;
import org.jeecg.common.properties.TaskProperties;
import org.jeecg.common.util.oConvertUtils;
import org.jeecg.modules.*;
import org.jeecg.modules.base.service.IGardsNuclLibService;
import org.jeecg.modules.service.IGardsNuclLibService;
import org.jeecg.modules.email.EmailReceivePolicy;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;

View File

@ -4,11 +4,10 @@ import lombok.extern.slf4j.Slf4j;
import org.jeecg.common.cache.BetaCache;
import org.jeecg.common.cache.LocalCache;
import org.jeecg.common.util.oConvertUtils;
import org.jeecg.modules.base.service.IGardsNuclLibService;
import org.jeecg.modules.service.IGardsNuclLibService;
import org.jeecg.modules.service.IDataService;
import org.jeecg.modules.service.IGammaService;
import org.jeecg.modules.service.IGardsNuclCoincidenceSumSpectrumService;
import org.jeecg.modules.service.IGardsNuclIdedSpectrumService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;