| | |
| | | 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; |
| | | |
| | |
| | | //科技成果 |
| | | List<ProjectArchiveManage> searchArchiveTechnologicalAchievements(ProjectArchiveManage projectArchiveManage); |
| | | |
| | | //归档时间更新 |
| | | int updateProjectProgress(ProjectManage progress); |
| | | |
| | | @Select("SELECT COUNT(*) FROM db_experiment.tb_project_archive_manage WHERE pro_file_path=#{filePath}") |
| | | int checkFileExist(String filePath); |
| | | } |