ruoyi-system/src/main/resources/mapper/system/TExperimentSchemeMapper.xml
@@ -46,6 +46,9 @@ <if test="query.status != null"> and tes.status = #{query.status} </if> <if test="query.status == null"> and tes.status != -1 </if> <if test="query.projectName != null and query.projectName != ''"> and tpp.project_name like concat('%', #{query.projectName}, '%') </if>