multi-system/src/main/resources/mapper/system/ProjectResearchMapper.xml
@@ -31,6 +31,9 @@ <if test="companyId!=null"> and pr.company_id = #{companyId} </if> <if test="year!=null and year != ''"> AND pr.year = #{year} </if> ORDER BY pr.create_time DESC </select>