update safe_material_detail set ir_status = #{status}, ware_housing_time = #{wareHousingTime}, claimant_id = null, claimant_name = null where id = #{id} update safe_material_detail set ir_status = #{irStatus}, ware_housing_time = #{wareHousingTime}, claimant_id = null, claimant_name = null where id in #{id} update safe_material_detail set del_flag = 1 where id in #{id} update safe_material_detail set ir_status = #{detailBO.irStatus}, claimant_id = #{detailBO.claimantId}, claimant_name = #{detailBO.claimantName}, delivery_time = #{detailBO.deliveryTime} where id in #{id} update safe_material_detail set ir_status = #{detailBO.irStatus}, claimant_id = #{detailBO.claimantId}, claimant_name = #{detailBO.claimantName}, delivery_time = #{detailBO.deliveryTime} where id in #{id} update safe_material_detail set valid_status = #{validStatus} where id = #{id}