评论+ds
This commit is contained in:
@@ -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())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user