lsfx 行内流水返回修改

This commit is contained in:
wkc
2026-03-03 16:11:03 +08:00
parent beead1c908
commit c8b041f4b9
9 changed files with 1117 additions and 16 deletions

View File

@@ -154,8 +154,7 @@ public class LsfxAnalysisClient {
long elapsed = System.currentTimeMillis() - startTime;
if (response != null && response.getData() != null) {
log.info("【流水分析】拉取行内流水完成: code={}, message={}, 耗时={}ms",
response.getData().getCode(), response.getData().getMessage(), elapsed);
log.info("【流水分析】拉取行内流水完成: logId={},耗时={}ms", response.getData(), elapsed);
} else {
log.warn("【流水分析】拉取行内流水响应异常: 耗时={}ms", elapsed);
}