java - mybatis insert into select from where 子句中的参数无法作用
PHP中文网
PHP中文网 2017-04-18 10:29:30
0
2
771

insert into中嵌套select子句,select中的where子句无法使用参数!
是mybatis无法识别出来吗

mapper.xml:

测试:

无法插入:

修改mapper.xml:

可以插入:

ProductProcess类:

PHP中文网
PHP中文网

认证0级讲师

reply all(2)
小葫芦

Looks like you new ProductProcess(...) 的时候, materialNameblenderName transmitted the wrong message?

Peter_Zhu
// 在你的 mybatis 实现的 DAO 接口中的参数前增加注解
@Param("materialName"), @Param("blenderName")
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!