1.耗材预警调整

This commit is contained in:
2024-07-26 17:09:56 +08:00
parent d2cc4fcac6
commit dbbc5ad98a
4 changed files with 18 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ public class WxAccountUtil {
try {
return sendTemplateMsg(msgTmpId, toUserOpenId, data);
}catch (Exception e) {
log.error("发送失败: {}", e.getMessage());
log.error("发送失败, openId:{}, msg: {}", toUserOpenId, e.getMessage());
return null;
}
}