|
@@ -93,6 +93,7 @@ public abstract class AsyncImportTaskTemplete {
|
|
|
try {
|
|
|
JSONObject jsonObject = JSONObject.parseObject(tbTask.getImportFilePath());
|
|
|
if (Objects.isNull(jsonObject)) {
|
|
|
+ jsonObject = new JSONObject();
|
|
|
LocalDateTime nowTime = LocalDateTime.now();
|
|
|
StringJoiner stringJoiner = new StringJoiner("");
|
|
|
stringJoiner.add(UploadFileEnum.FILE.getTitle()).add(File.separator);
|