|
@@ -93,7 +93,6 @@ public abstract class AsyncImportTaskTemplete {
|
|
InputStream inputStream = null;
|
|
InputStream inputStream = null;
|
|
try {
|
|
try {
|
|
JSONObject jsonObject = JSONObject.parseObject(tbTask.getImportFilePath());
|
|
JSONObject jsonObject = JSONObject.parseObject(tbTask.getImportFilePath());
|
|
- log.info("wangliang_20221123修改:{}", jsonObject);
|
|
|
|
if (Objects.isNull(jsonObject)) {
|
|
if (Objects.isNull(jsonObject)) {
|
|
DictionaryConfig dictionaryConfig = SpringContextHolder.getBean(DictionaryConfig.class);
|
|
DictionaryConfig dictionaryConfig = SpringContextHolder.getBean(DictionaryConfig.class);
|
|
|
|
|