This commit is contained in:
lxy
2020-05-10 23:18:59 +08:00
parent 707e9ee680
commit 68eea7b27d
42 changed files with 5969 additions and 361 deletions

View File

@@ -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());
}