form:checkbox组件,不选中时提交空字符串,而不是提交null
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user