添加房屋信息,房屋描述为空,求解
上图是页面,和实体类,写的都没有错啊,可以插入新数据到表中
打印信息出来 TblHouse{id=, houseUser=1111, houseAddress=11111111, houseTime=2018-11-07, houseDesc=null}
==>Preparing: INSERT INTO tbl_house ( house_user, house_address, house_time ) VALUES ( ?, ?, ? )
==> Parameters: 1111(String), 11111111(String), 2018-11-07(Date)