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; return this;
} }
/** // /**
* 清理临时文件 // * 清理临时文件
* @deprecated see close() // * @deprecated see close()
*/ // */
public ExcelExport dispose(){ // public ExcelExport dispose(){
try { // try {
this.close(); // this.close();
} catch (Exception e) { // } catch (Exception e) {
e.printStackTrace(); // e.printStackTrace();
} // }
return this; // return this;
} // }
@Override @Override
public void close() { public void close() {