严重: Unknown column 'tjsendreag0_.tj_sendreagent' in 'field list'
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
Caused by: org.hibernate.exception.SQLGrammarException: could not execute query
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'tjsendreag0_.tj_sendreagent' in 'field list'
————配置文件hbr.xml中写的tj_sendreagent字段,在数据库中找不到。
1,TextField控件textField_Maker.setEnabled(false);为禁用true为可用。
2,
GroupBox groupBox_GeRenJiHuo = new GroupBox();
groupBox_GeRenJiHuo.setWidth(new Extent(300, Extent.PX));
groupBox_GeRenJiHuo.setTitle("个人预约激活");
RowLayoutData groupBox_GeRenJiHuoLayoutData = new RowLayoutData();
groupBox_GeRenJiHuoLayoutData.setInsets(new Insets(new Extent(20,
Extent.PX)));
groupBox_GeRenJiHuo.setLayoutData(groupBox_GeRenJiHuoLayoutData);
row_JiHuo.add(groupBox_GeRenJiHuo);
GroupBox groupBox_TuanDuiJiHuo = new GroupBox();
groupBox_TuanDuiJiHuo.setWidth(new Extent(300, Extent.PX));
groupBox_TuanDuiJiHuo.setTitle("团队预约激活");
groupBox_TuanDuiJiHuo.setInsets(new Insets(new Extent(20, Extent.PX)));
row_JiHuo.add(groupBox_TuanDuiJiHuo);
第二个是内部20的间隙。第一个没表现。