diff --git a/jeecg-module-web-statistics/src/main/java/org/jeecg/modules/mapper/GardsSampleDataWebPostgresMapper.java b/jeecg-module-web-statistics/src/main/java/org/jeecg/modules/mapper/GardsSampleDataWebPostgresMapper.java deleted file mode 100644 index a424d191..00000000 --- a/jeecg-module-web-statistics/src/main/java/org/jeecg/modules/mapper/GardsSampleDataWebPostgresMapper.java +++ /dev/null @@ -1,32 +0,0 @@ -package org.jeecg.modules.mapper; - -import com.baomidou.mybatisplus.core.mapper.BaseMapper; -import com.baomidou.mybatisplus.extension.plugins.pagination.Page; -import org.apache.ibatis.annotations.Mapper; -import org.apache.ibatis.annotations.Param; -import org.jeecg.modules.entity.GardsSampleDataWeb; -import org.jeecg.modules.entity.vo.SpectrumFileRecord; - -import java.util.List; -import java.util.Map; - -@Mapper -public interface GardsSampleDataWebPostgresMapper { - - Page findAutoPage(String startDate, String endDate, List stationIdList, String qualifie, String sampleType, Page page); - - Page findReviewedPage(String startDate, String endDate, List stationIdList, String qualifie, Page page); - - Page findParticulatePage(String dataType, String spectralQualifie, String startDate, String endDate, List stationIdList, Page page); - - Integer getAnalysisID(@Param(value = "sampleId") Integer sampleId); - - SpectrumFileRecord getDBSpectrumFilePath(Integer sampleId, Integer analysisID); - - String getQCFilePath(String siteDetCode, String collectStartStr); - - Integer getSampleId(@Param(value = "filePathName") String filePathName); - - List> findNuclideStatistics(@Param(value = "stationId") String stationId, @Param(value = "startTime") String startTime, @Param(value = "endTime") String endTime, @Param(value = "nuclideSql") String nuclideSql); - -} diff --git a/jeecg-module-web-statistics/src/main/java/org/jeecg/modules/mapper/xml/GardsSampleDataWebPostgresMapper.xml b/jeecg-module-web-statistics/src/main/java/org/jeecg/modules/mapper/xml/GardsSampleDataWebPostgresMapper.xml deleted file mode 100644 index 9485e1e1..00000000 --- a/jeecg-module-web-statistics/src/main/java/org/jeecg/modules/mapper/xml/GardsSampleDataWebPostgresMapper.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file