ruoyi-system/src/main/resources/mapper/system/SysNoticeMapper.xml
@@ -42,7 +42,7 @@ <select id="selectNoticeList" parameterType="SysNotice" resultMap="SysNoticeResult"> <include refid="selectNoticeVo"/> <where> where 1=1 <if test="noticeTitle != null and noticeTitle != ''"> AND notice_title like concat('%', #{noticeTitle}, '%') </if> @@ -55,7 +55,6 @@ <if test="orgid != null and orgid != ''"> AND orgid = #{orgid} </if> </where> </select> <insert id="insertNotice" parameterType="SysNotice">