lidongdong
2023-11-13 07b6d01259e763c5572ac8c05e89706454839070
新增党员参加项目模块2
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml
@@ -196,7 +196,7 @@
                #{item.userId},
            </if>
            <if test="item.communityId != null and item.communityId !='' " >
                #{communityId},
                #{item.communityId},
            </if>
            sysdate()
        </trim>
@@ -269,7 +269,7 @@
                user_id=#{item.userId},
            </if>
            <if test="item.communityId != null and item.communityId !='' " >
                community_id=#{communityId},
                community_id=#{item.communityId},
            </if>
            update_time=sysdate()
        </set>