优化erp查询异常抛出
This commit is contained in:
@@ -87,7 +87,7 @@ public class ErpConfig {
|
|||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("调用ERP RFC接口失败: {}", e);
|
log.error("调用ERP RFC接口失败: {}", e);
|
||||||
throw exception(ERP_ERROR_EXISTS);
|
throw exception(ERP_ERROR_EXISTS, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user