lidongdong
2023-10-27 f1287f694aa43c1aa483bac042ee4d8baf30cb09
金汇慈善公益模块3
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiCharityMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiSnapshotMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiCharityMapper.xml
@@ -126,7 +126,7 @@
    <update id="editData">
        update jinhui_charity
        <set>
            <if test="jinhui_snapshot_classify.id != null and item.id != '' ">
            <if test="item.id != null and item.id != '' ">
                id=#{item.id},
            </if>
            <if test="item.title != null and item.title != '' ">
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiSnapshotMapper.xml
@@ -143,7 +143,7 @@
    <update id="editData">
        update jinhui_snapshot
        <set>
            <if test="jinhui_snapshot_classify.id != null and item.id != '' ">
            <if test="item.id != null and item.id != '' ">
                id=#{item.id},
            </if>
            <if test="item.userId != null and item.userId != '' ">