🐛 无法更新专题信息问题修复
This commit is contained in:
parent
cca01aaf13
commit
0a8f00d89e
@ -55,7 +55,7 @@
|
|||||||
</insert>
|
</insert>
|
||||||
<update id="update">
|
<update id="update">
|
||||||
update vertical_topic set topic_title = #{topicTitle},topic_uri = #{topicUri},topic_icon_path = #{topicIconPath}, updated_time = sysdate(),
|
update vertical_topic set topic_title = #{topicTitle},topic_uri = #{topicUri},topic_icon_path = #{topicIconPath}, updated_time = sysdate(),
|
||||||
,topic_nva = #{topicNva},topic_status = #{topicStatus},topic_sort = #{topicSort},topic_description = #{topicDescription},topic_description_html = #{topicDescriptionHtml}
|
topic_nva = #{topicNva},topic_status = #{topicStatus},topic_sort = #{topicSort},topic_description = #{topicDescription},topic_description_html = #{topicDescriptionHtml}
|
||||||
where id = #{idTopic}
|
where id = #{idTopic}
|
||||||
</update>
|
</update>
|
||||||
<delete id="deleteTopicTag">
|
<delete id="deleteTopicTag">
|
||||||
|
Loading…
Reference in New Issue
Block a user