Browse Source

updateArticle

master
yinzuomei 2 years ago
parent
commit
de31cf49e5
  1. 1
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleContentDao.xml

1
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleContentDao.xml

@ -22,5 +22,6 @@
ac.UPDATED_TIME=now() ac.UPDATED_TIME=now()
where ac.id = #{articleId} where ac.id = #{articleId}
and ac.CONTENT_TYPE in ('img','text') and ac.CONTENT_TYPE in ('img','text')
and ac.del_flag='0'
</update> </update>
</mapper> </mapper>

Loading…
Cancel
Save