评论+ds

This commit is contained in:
Van0313
2025-04-28 16:48:00 +08:00
parent 76d65c0cff
commit d02d4ed915

View File

@@ -1652,10 +1652,10 @@ public class JDUtil {
} }
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("处理生成评论流程中的用户交互异常 - 用户: {}, 状态: {}", fromWxid, state, e); logger.error("handleCommentInteraction 处理生成评论流程中的用户交互异常 - 用户: {}, 状态: {}", fromWxid, state, e);
} }
String key = INTERACTION_STATE_PREFIX + fromWxid; String key = INTERACTION_STATE_PREFIX + fromWxid;
logger.info("处理生成评论流程中的用户交互 - 用户: {}, 状态: {}", fromWxid, state); logger.info("handleCommentInteraction 处理生成评论流程中的用户交互 - 用户: {}, 状态: {},message: {}", fromWxid, state, message);
try { try {
// 检查当前状态是否为生成评论流程 // 检查当前状态是否为生成评论流程
if (!"commentTypeSelection".equals(state.getCurrentField())) { if (!"commentTypeSelection".equals(state.getCurrentField())) {