“djh”
5 days ago b0be631d7800b2a35c4dfeb9332877946e361829
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>