lidongdong
2023-10-21 08e8a9116edcf9928789a4962cd47a05ba6fac64
新增文章接口
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiArticleManagementMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiArticleManagementMapper.xml
@@ -84,7 +84,7 @@
                #{item.articleType},
            </if>
            <if test="item.content != null and item.content != '' ">
                #{item.conten},
                #{item.content},
            </if>
            sysdate()
        </trim>
@@ -106,7 +106,7 @@
                article_type=#{item.articleType},
            </if>
            <if test="item.content != null and item.content != '' ">
                content=#{item.conten},
                content=#{item.content},
            </if>
            update_time=sysdate()
        </set>