.
This commit is contained in:
@@ -57,7 +57,7 @@ public class DataService extends BaseService {
|
||||
PageBean page = DbExecutors.findPage(fBean);
|
||||
Kv heads = MetaKit.cfgExport(fBean.getName(), token);
|
||||
|
||||
if (X.isEmpty(fileName)) {
|
||||
if (Utils.isEmpty(fileName)) {
|
||||
fileName = String.format("export_excel_%s", System.currentTimeMillis());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user