|
@ -43,6 +43,12 @@ |
|
|
<update id="updateNoticeById"> |
|
|
<update id="updateNoticeById"> |
|
|
UPDATE epdc_notice |
|
|
UPDATE epdc_notice |
|
|
SET |
|
|
SET |
|
|
|
|
|
<if test="noticeCategory != null and noticeCategory != ''"> |
|
|
|
|
|
NOTICE_CATEGORY = #{noticeCategory}, |
|
|
|
|
|
</if> |
|
|
|
|
|
<if test="noticeImageUrl != null and noticeImageUrl != ''"> |
|
|
|
|
|
NOTICE_IMAGE_URL = #{noticeImageUrl}, |
|
|
|
|
|
</if> |
|
|
notice_title = #{noticeTitle}, |
|
|
notice_title = #{noticeTitle}, |
|
|
notice_content = #{noticeContent}, |
|
|
notice_content = #{noticeContent}, |
|
|
all_dept_ids = #{allDeptIds}, |
|
|
all_dept_ids = #{allDeptIds}, |
|
|