springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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">