insert into中嵌套select子句,select中的where子句无法使用参数!是mybatis无法识别出来吗
mapper.xml:
测试:
无法插入:
修改mapper.xml:
可以插入:
ProductProcess类:
认证0级讲师
看起來像是你在 new ProductProcess(...) 的时候, materialName 和 blenderName 傳反了?
new ProductProcess(...)
materialName
blenderName
雷雷
看起來像是你在
new ProductProcess(...)
的时候,materialName
和blenderName
傳反了?雷雷