int update = jdbcTemplate.update("INSERT INTO test(id,name) VALUES(?,?)",
new Object[]{"1","1"});
System.out.println(update);
输出的update为1,但是数据库中没有这条记录,跪求!!!!!!!!!!!
添加回答
举报
0/150
提交
取消