shardingsphere insert sql 参数名的个数与参数值不匹配

<dependency>
    <groupId>com.baomidou</groupId>
    <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
    <version>3.2.1</version>
</dependency>

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
    <version>4.1.1</version>
</dependency>

原sql:

 

参数值与参数个数不匹配

错误: nested exception is java.sql.SQLException: No value specified for parameter 22

 shardingspere Actual SQL:

InsertStatementContext.class -> getInsertValueContexts
calculateParametersCount() 这个方法用于统计参数计数,

如果参数类型为ParameterMarkerExpressionSegment类型 才会进行count++

解决方式1:

改sql语句

方式2:

使用 baomidou.dynamic管理sharding,同时把当前方法设置为默认数据源(不走sharding托管)

使用注解: @com.baomidou.dynamic.datasource.annotation.DS(DataSourceConst.MASTER)

 

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值