事务部 负者管理事务 Hibernate: insert into department (dname, ddesc) values (?, ?) Hibernate: select count(*) as col_0_0_ from department department0_ Hibernate: select this_.did as did0_0_, this_.dname as dname0_0_, this_.ddesc as ddesc0_0_ from department this_ limit ? 从页面传回来是正确的,插入数据库就成了乱码 我碰到的问题