multi-system/src/main/resources/mapper/system/ExExamRecordMapper.xml
@@ -58,6 +58,9 @@ <if test="companyId!=null"> and a.company_id = #{companyId} </if> <if test="planYear != null and planYear != ''"> AND YEAR(a.plan_date) = #{planYear} </if> </where> order by a.id desc </select>