heheng
2025-11-14 144e2cf02a6ecc5f417a91b52a9f1fc81a365621
multi-system/src/main/resources/mapper/system/SysNoticeMapper.xml
@@ -51,7 +51,7 @@
            AND a.type = #{type}
        </if>
        <if test="deptId != null">
            AND a.deptId = #{dept_id}
            AND a.dept_id = #{deptId}
        </if>
        <if test="createBy != null and createBy != ''">
            AND a.create_by like concat('%', #{createBy}, '%')