lidongdong
2023-11-14 ce4a770744d7a0b4e4ea3b5101556b94e72bdf1c
修改打卡
1个文件已修改
14 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml
@@ -187,10 +187,20 @@
            <if test="item.unitId !=null and item.unitId != '' ">
                unit_id=#{item.unitId},
            </if>
            update_time=sysdate()
        </set>
        where id = #{item.id}
        <where>
            1=1
            <if test="item.id!=null and item.id != '' ">
                and id = #{item.id}
            </if>
            <if test="item.userId !=null and item.userId != '' ">
                and user_id=#{item.userId}
            </if>
            <if test="item.taskId !=null and item.taskId != '' ">
                and task_id=#{item.taskId}
            </if>
        </where>
    </update>
    <delete id="expurgateData" parameterType="String">