From 88d934bbfa00fb19692ed5609131f84175ed3112 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:20:48 +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 8b999c7..b78c5dd 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", "立库自动化", "推送WCS", "WCS", "PushPalletDetailNew", "W00250", requestJson, "WCS返回失败"); + * 2. 接口错误:ErrorLogUtils.logInterface("55", "立库自动化"(可为null), "推送WCS"(可为null), "WCS", "PushPalletDetailNew", "W00250", requestJson, "WCS返回失败"); * 3. 异常记录:ErrorLogUtils.logException("55", "立库自动化", "直接组盘", palletId, e); * * 注意:site参数可以传null,传null时会自动从当前登录用户获取