idea修改数据出现这个问题怎么解决啊, Exception in thread "main" java.sql.SQLException: Wrong number of parameters: expected 6, was given 4 Query: update ornament set id=?,size=?,rate=?,classification=?,style=? where id=? Parameters: [6, 可任意调节, 6000元, 6]
参数个数无效,期待6个,但实际只给了4个