form:checkbox组件,不选中时提交空字符串,而不是提交null

This commit is contained in:
thinkgem
2018-09-25 22:42:16 +08:00
parent 2717f036ec
commit 8ebb5b07f6

View File

@@ -585,18 +585,18 @@ public class ExcelExport implements Closeable{
return this;
}
/**
* 清理临时文件
* @deprecated see close()
*/
public ExcelExport dispose(){
try {
this.close();
} catch (Exception e) {
e.printStackTrace();
}
return this;
}
// /**
// * 清理临时文件
// * @deprecated see close()
// */
// public ExcelExport dispose(){
// try {
// this.close();
// } catch (Exception e) {
// e.printStackTrace();
// }
// return this;
// }
@Override
public void close() {