From 11f6eb0bcda5e562d26ebc2c5ccd0672d66da76d Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 15 九月 2025 14:50:46 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/utils/PostMesDataUtils.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/zy/asrs/utils/PostMesDataUtils.java b/src/main/java/com/zy/asrs/utils/PostMesDataUtils.java
index 00d53fa..920cfe0 100644
--- a/src/main/java/com/zy/asrs/utils/PostMesDataUtils.java
+++ b/src/main/java/com/zy/asrs/utils/PostMesDataUtils.java
@@ -84,7 +84,7 @@
success = true;
} else {
log.error("璇锋眰鎺ュ彛澶辫触锛侊紒锛乽rl锛歿}锛況equest锛歿}锛況esponse锛歿}", URL+"/"+mesPath, JSON.toJSONString(combParam), response);
- throw new CoolException("涓婃姤"+name);
+ throw new CoolException(name);
}
} catch (Exception e) {
log.error("璇锋眰鎺ュ彛澶辫触锛侊紒锛乽rl锛歿}锛況equest锛歿}锛況esponse锛歿}", URL+"/"+mesPath, JSON.toJSONString(combParam), response);
@@ -95,7 +95,7 @@
// 淇濆瓨鎺ュ彛鏃ュ織
ApiLogService apiLogService = SpringUtils.getBean(ApiLogService.class);
apiLogService.save(
- "涓婃姤"+name,
+ name,
URL +"/"+ mesPath,
null,
"127.0.0.1",
@@ -135,7 +135,7 @@
success = true;
} else {
log.error("璇锋眰鎺ュ彛澶辫触锛侊紒锛乽rl锛歿}锛況equest锛歿}锛況esponse锛歿}", URL+"/"+mesPath, JSON.toJSONString(combParam), response);
- throw new CoolException("涓婃姤"+name);
+ throw new CoolException(name);
}
} catch (Exception e) {
log.error("璇锋眰鎺ュ彛澶辫触锛侊紒锛乽rl锛歿}锛況equest锛歿}锛況esponse锛歿}", URL+"/"+mesPath, JSON.toJSONString(combParam), response);
@@ -146,7 +146,7 @@
// 淇濆瓨鎺ュ彛鏃ュ織
ApiLogService apiLogService = SpringUtils.getBean(ApiLogService.class);
apiLogService.save(
- "涓婃姤"+name,
+ name,
URL +"/"+ mesPath,
null,
"127.0.0.1",
--
Gitblit v1.9.1