Commit a5463b9b authored by huyuchen's avatar huyuchen

实缴修改

parent f84f404e
......@@ -1866,6 +1866,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
log.error(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR, e);
return R.failed(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR);
}
log.error("实缴导入错误信息:" + errorMessageMap.values());
List<ErrorMessage> errorMessageList = new ArrayList<>(errorMessageMap.values());
errorMessageMap.clear();
return this.judgeAllMessage1(errorMessageList);
......@@ -3746,6 +3747,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
CommonConstants.SAVE_SUCCESS,infoVo));
}
}
log.error("实缴导入错误信息1:" + errorMessageList.values());
return errorMessageList;
}
......
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