|
|
@ -75,7 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
where notice_id = #{noticeId}
|
|
|
|
where notice_id = #{noticeId}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
<delete id="deleteNoticeByIds" parameterType="String">
|
|
|
|
<delete id="deleteNoticeByIds" parameterType="Long">
|
|
|
|
delete from sys_notice where notice_id in
|
|
|
|
delete from sys_notice where notice_id in
|
|
|
|
<foreach item="noticeId" collection="array" open="(" separator="," close=")">
|
|
|
|
<foreach item="noticeId" collection="array" open="(" separator="," close=")">
|
|
|
|
#{noticeId}
|
|
|
|
#{noticeId}
|
|
|
|