Browse Source

消息通知修改操作

feature/syp_points
zhangyongzhangyong 5 years ago
parent
commit
0918b9804e
  1. 6
      esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml

6
esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml

@ -43,6 +43,12 @@
<update id="updateNoticeById">
UPDATE epdc_notice
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_content = #{noticeContent},
all_dept_ids = #{allDeptIds},

Loading…
Cancel
Save