Merge branch 'refs/heads/dev' into test

This commit is contained in:
liss
2025-10-13 11:53:27 +08:00

View File

@@ -87,7 +87,7 @@ public class ErpConfig {
}
} catch (Exception e) {
log.error("调用ERP RFC接口失败: {}", e);
throw exception(ERP_ERROR_EXISTS);
throw exception(ERP_ERROR_EXISTS, e);
}
}