|
@@ -100,11 +100,13 @@ public class BmdataSyncServiceImpl implements IBmdataSyncService {
|
|
|
initLogVO.setR_status(ERROR_STATUS);
|
|
|
Logger.error("社保同步失败参数:" + paramStr);
|
|
|
Logger.error("社保同步失败返回结果:" + res);
|
|
|
+ throw new BusinessException("同步U9失败" + data.toString());
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
Logger.error("社保同步失败参数:" + paramStr);
|
|
|
initLogVO.setR_status(ERROR_STATUS);
|
|
|
initLogVO.setContent(e.getMessage());
|
|
|
+ throw new BusinessException("同步U9失败" + e.getMessage());
|
|
|
} finally {
|
|
|
NCLocator.getInstance().lookup(IBmToU9LogService.class).insertLog_RequiresNew(initLogVO);
|
|
|
}
|