色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

mybatis 實(shí)現(xiàn)多條update同時(shí)執(zhí)行

瀏覽:11日期:2023-10-20 11:03:08

想在mapper的一個(gè)更新節(jié)點(diǎn)進(jìn)行多條update語句的操作:

<update parameterType='java.lang.String'> update user set valid_status = 1 where mobile_phone = #{mobilePhone}; update user_account set valid_status = 1 where mobile_phone = #{mobilePhone} ;</update>

mybatis是默認(rèn)不支持的,需要在數(shù)據(jù)庫配置中配置相關(guān)參數(shù):

propertes 或者yml配置 文件中的jdbc后追加&allowMultiQueries=true

jdbc.jdbcUrl=jdbc:mysql://127.0.0.1:3306/database?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true

補(bǔ)充:mybatis批量更新update-設(shè)置多個(gè)字段值

mybatis由于簡單易用性得到大家的認(rèn)可和使用

但是在批量更新操作中,網(wǎng)上介紹的貌似不全,正好今天做個(gè)記錄,大家一起進(jìn)步

在實(shí)際項(xiàng)目開發(fā)過程中,常有這樣的需求:根據(jù)ids更新表的某一個(gè)字段值,這時(shí)的sql語句是:

public interface IStaffDao { void batchUpdate(@Param('list') List<Long> list);}

<select resultMap='staff_Mapper'> update staff set status = 0 where id in <foreach collection='list' item='item' index='index' open='(' separator=',' close=')' > #{item} </foreach> ORDER BY id</select>

還有一種情況:根據(jù)ids更新表的多個(gè)值,并且每個(gè)id對(duì)應(yīng)的值也不一樣,這時(shí)上述語句已經(jīng)滿足不了需求,需要另一種批量更新sql語句

public interface IStaffDao { void batchUpdate(@Param('list') List<Staff> list);}

<update parameterType='java.util.List' > <foreach collection='list' item='item' index='index' separator=';'> UPDATE staff set count = #{item.count} , code = #{item.code} , invalid_time = #{item.time} WHERE id = #{item.id} </foreach></update>

由于這種批量更新是一次執(zhí)行多個(gè)update語句,所以mybatis需要額外的配置:

在spring.datasource.url后加上allowMultiQueries=true

如:jdbc:mysql://10.10.20.36:3306/test?allowMultiQueries=true

否則,在執(zhí)行sql語句時(shí),會(huì)報(bào)下面的錯(cuò)誤

[org.apache.ibatis.session.defaults.DefaultSqlSession@76a2f910]org.springframework.jdbc.BadSqlGrammarException: ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’update b_email_msg_remind SET send_status = 1, send_email_code=’abc@abc.abc’’ at line 6### The error may involve com.hhsoft.sectionservice.model.persistence.EmailMapper.updateEmailTasks-Inline### The error occurred while setting parameters### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’update staff SET status = 1, send_email_code=’abc@abc.abc’;<span style='font-family: Helvetica, Tahoma, Arial, sans-serif;'>update sta<span style='font-size:10px;'>ff SET status = 2,</span> send_email_code=’test@qq.com’ </span>’ at line 6; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’update b_email_msg_remind SET send_status = 1, send_email_code=’abc@abc.abc’’ at line 6

以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持好吧啦網(wǎng)。如有錯(cuò)誤或未考慮完全的地方,望不吝賜教。

標(biāo)簽: Mybatis 數(shù)據(jù)庫
相關(guān)文章:
主站蜘蛛池模板: 国产真真人女人特级毛片 | 国产深夜福利视频网站在线观看 | www.亚洲日本 | 亚洲欧美另类在线视频 | 亚洲国产成人久久 | 爱呦视频在线播放网址 | 国产精品色内内在线播放 | 综合久久一区二区三区 | 国产精品色综合久久 | 国产一区二区播放 | 欧美一级成人 | 国产xh98hx在线观看 | 美国亚洲成年毛片 | 日韩美女免费线视频 | 香蕉成人国产精品免费看网站 | 美女被免费网站视频软件 | 久久久久久久久久久96av | 国产欧美日韩亚洲精品区2345 | 久草视频在线网 | 久久久精品影院 | 岛国片欧美一级毛片 | 午夜性爽爽爽 | www.成年人 | 久草视频资源在线观看 | 免费人成黄页网站在线观看国产 | zztt40.su黑料不打烊官网 | 日韩欧美视频一区二区三区 | 大胆gogo999亚洲肉体艺术 | 全部孕妇毛片 | 一级毛片免费播放 | 97青青草原国产免费观看 | 国产美女无遮挡软件 | 一级毛片私人影院免费 | 经典国产一级毛片 | 亚洲久久久久久久 | 日本a级特黄三级三级三级 日本a一级片 | 免费看欧美一级a毛片 | 精品中文字幕在线观看 | 国产亚洲综合在线 | 成年网站在线在免费播放 | 中国成人免费视频 |