ruoyi-system/src/main/resources/mapper/system/TExperimentResultReportMapper.xml
@@ -34,7 +34,7 @@ ted.experiment_code AS experimentCode, ted.experiment_name AS experimentName from t_experiment_result_report terr left join t_experiment_dispatch ted on terr.dispatch_id = ted.id left join t_project_proposal tpp on ted.project_id = tpp.id left join t_project_proposal tpp on ted.proposal_id = tpp.id <where> <if test="query.projectName != null and query.projectName != ''"> and tpp.project_name like concat('%', #{query.projectName}, '%')