当前位置 : 主页 > 编程语言 > java >

mapper中批量更新sql

来源:互联网 收集:自由互联 发布时间:2021-06-28
批量更新 UPDATE ins_attachment when id=#{i.id} then #{i.reservationId} when id=#{i.id} then #{i.fileDesc} update_time = now() where id=#{i.id}
批量更新
 
  
        UPDATE ins_attachment
        
   
    
     
     
       when id=#{i.id} then #{i.reservationId} 
      
     
    
    
     
     
       when id=#{i.id} then #{i.fileDesc} 
      
     
    update_time = now() 
  
        where
        
  
    id=#{i.id} 
  
    
 
网友评论