whycrzg
2021-04-01 3e9ea659ab76fa036390c49ca63e6f64fc451598
src/main/java/com/whyc/mapper/ProjectArchiveManageMapper.java
@@ -3,6 +3,7 @@
import com.whyc.pojo.ProjectArchiveExperiment;
import com.whyc.pojo.ProjectArchiveManage;
import com.whyc.pojo.ProjectManage;
import org.apache.ibatis.annotations.Select;
import java.util.List;
@@ -37,4 +38,7 @@
    //归档时间更新
    int updateProjectProgress(ProjectManage progress);
    @Select("SELECT COUNT(*) FROM db_experiment.tb_project_archive_manage WHERE pro_file_path=#{filePath}")
    int checkFileExist(String filePath);
}