MyBatis xml动态sql insert批量插入 报错Operand should contain 1 column(s)
报错:运算至少需要包含一个列
原始写法
<insert id="insertComments" parameterType="Map">
insert into items_comments
(
id,
user_id,
item_id,
item_name,
item_spec_id,
sepc_name,
comment_level,
原创
2021-05-25 15:18:09 ·
1182 阅读 ·
0 评论