|
|
@ -72,6 +72,8 @@ public class IntegrationLogServiceImpl extends ServiceImpl<IntegrationLogMapper,
|
|
|
|
throw new BaseException("ERP接口返回错误消息:" + message);
|
|
|
|
throw new BaseException("ERP接口返回错误消息:" + message);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
byId.setRequestDateTime(LocalDateTime.now());
|
|
|
|
byId.setRequestDateTime(LocalDateTime.now());
|
|
|
|
|
|
|
|
byId.setStatus(status);
|
|
|
|
|
|
|
|
byId.setResultMessage(message);
|
|
|
|
updateById(byId);
|
|
|
|
updateById(byId);
|
|
|
|
} catch (RemoteException e) {
|
|
|
|
} catch (RemoteException e) {
|
|
|
|
throw new BaseException("ERP接口错误: " + e.getMessage());
|
|
|
|
throw new BaseException("ERP接口错误: " + e.getMessage());
|
|
|
|