lidongdong
2023-10-19 6d3aca6f97d64baf4de45b62c9d3c39ee3af07cb
订单添加取消时间
1个文件已修改
9 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiInterspaceApplyForMapper.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiInterspaceApplyForMapper.xml
@@ -111,6 +111,9 @@
            <if test="item.content != null and item.content != '' ">
                content,
            </if>
            <if test="item.reply != null and item.reply != '' ">
                reply,
            </if>
            creation_time
        </trim>
        values
@@ -138,6 +141,9 @@
            </if>
            <if test="item.content != null and item.content != '' ">
                #{item.content},
            </if>
            <if test="item.reply != null and item.reply != '' ">
                #{item.reply},
            </if>
            sysdate()
        </trim>
@@ -170,6 +176,9 @@
            <if test="item.content != null and item.content != '' ">
                content=#{item.content},
            </if>
            <if test="item.reply != null and item.reply != '' ">
                reply=#{item.reply},
            </if>
            update_time=sysdate()
        </set>
        where id = #{item.id}