“djh”
21 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/resources/mapper/system/AnnualMaintenanceRecordMapper.xml
@@ -12,6 +12,9 @@
        <if test="companyId != null">
            and a.company_id = #{companyId}
        </if>
        <if test="year!=null and year !=''">
            and YEAR(a.fault_date) = #{year}
        </if>
        order by a.create_time desc
    </select>
</mapper>