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

您的位置:首頁技術文章
文章詳情頁

mybatis 實現多條update同時執行

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

想在mapper的一個更新節點進行多條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是默認不支持的,需要在數據庫配置中配置相關參數:

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

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

補充:mybatis批量更新update-設置多個字段值

mybatis由于簡單易用性得到大家的認可和使用

但是在批量更新操作中,網上介紹的貌似不全,正好今天做個記錄,大家一起進步

在實際項目開發過程中,常有這樣的需求:根據ids更新表的某一個字段值,這時的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>

還有一種情況:根據ids更新表的多個值,并且每個id對應的值也不一樣,這時上述語句已經滿足不了需求,需要另一種批量更新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>

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

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

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

否則,在執行sql語句時,會報下面的錯誤

[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

以上為個人經驗,希望能給大家一個參考,也希望大家多多支持好吧啦網。如有錯誤或未考慮完全的地方,望不吝賜教。

標簽: Mybatis 數據庫
相關文章:
主站蜘蛛池模板: 欧美一区二区三区在观看 | 免费看香港一级毛片 | 中文国产成人精品久久无广告 | 久久精品一品道久久精品9 久久精品一区 | 干综合网| 成人做爰在线视频 | 996re免费热在线视频手机 | 欧美三级超在线视频 | 成在线人免费视频 | 六月丁香久久丫 | 男人的天堂久久精品激情 | 美国成人免费视频 | 91国偷自产一区二区三区 | 欧美野外性k8播放性迷宫 | 特级一级毛片视频免费观看 | 欧美日韩一区二区视频图片 | 在线观看香蕉免费啪在线观看 | 国产亚洲精品久久久久久午夜 | 精品一区二区三区视频在线观看免 | 欧美freesex10一13黑人 | 国产成人香蕉久久久久 | 成年人在线视频 | 久久久精品成人免费看 | 精品久久久久久久久久中文字幕 | 久久88香港三级 | 欧美日本高清视频在线观看 | 青青青免费手机版视频在线观看 | 亚洲精品m在线观看 | 国内自拍在线观看 | 图片区偷拍区小说区 | 免费国产一区二区在免费观看 | 欧美国产在线看 | 特黄特黄aaaa级毛片免费看 | 永久免费不卡在线观看黄网站 | 91天仙tv嫩模福利 | 九九99久麻豆精品视传媒 | 国产乱纶 | 草草视频在线播放 | 在线观看一级毛片 | 一级片免费的 | 国产欧美亚洲精品 |