Commit 0165c16d authored by huyuchen's avatar huyuchen

导出优化

parent d0760018
...@@ -1565,6 +1565,9 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -1565,6 +1565,9 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
this.saveBatch(batchInsertList); this.saveBatch(batchInsertList);
batchInsertList.clear(); batchInsertList.clear();
} }
areaMap.clear();
areaMap2.clear();
domainMap.clear();
} catch (Exception e) { } catch (Exception e) {
log.error(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR, e); log.error(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR, e);
return R.failed(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR); return R.failed(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment