heheng
18 hours ago a3d63a4a7199d346e63039a8fd6490b12387fa4e
multi-system/src/main/resources/mapper/system/SysNoticeMapper.xml
@@ -56,6 +56,9 @@
        <if test="createBy != null and createBy != ''">
            AND a.create_by like concat('%', #{createBy}, '%')
        </if>
        <if test="year != null and year != ''">
            AND DATE_FORMAT(a.publish_date, '%Y') = #{year}
        </if>
        order by a.create_time desc
    </select>