“djh”
2026-05-07 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/resources/mapper/system/ContractReviewMapper.xml
@@ -55,6 +55,9 @@
        <if test="type!=null">
            and cr.type = #{type}
        </if>
        <if test="year != null and year != ''">
            AND DATE_FORMAT(cr.record_time, '%Y') = #{year}
        </if>
        ORDER BY
            cr.create_time DESC
    </select>