From 54794a4a88b519ad5b2d66c891b8d223392576db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 26 Jan 2026 11:22:44 +0800 Subject: [PATCH] 1 --- src/main/java/com/gaotao/common/utils/ErrorLogUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gaotao/common/utils/ErrorLogUtils.java b/src/main/java/com/gaotao/common/utils/ErrorLogUtils.java index b78c5dd..04910d5 100644 --- a/src/main/java/com/gaotao/common/utils/ErrorLogUtils.java +++ b/src/main/java/com/gaotao/common/utils/ErrorLogUtils.java @@ -21,7 +21,7 @@ import java.util.Date; * * 使用示例: * 1. 业务错误:ErrorLogUtils.log("55", "立库自动化", "直接组盘", "W00250", "栈板不存在"); - * 2. 接口错误:ErrorLogUtils.logInterface("55", "立库自动化"(可为null), "推送WCS"(可为null), "WCS", "PushPalletDetailNew", "W00250", requestJson, "WCS返回失败"); + * 2. 接口错误:ErrorLogUtils.logInterface("55", "立库自动化"(可为空), "推送WCS"(可为空), "WCS", "PushPalletDetailNew", "W00250", requestJson, "WCS返回失败"); * 3. 异常记录:ErrorLogUtils.logException("55", "立库自动化", "直接组盘", palletId, e); * * 注意:site参数可以传null,传null时会自动从当前登录用户获取