重构评论

This commit is contained in:
Van0313
2025-05-06 12:05:06 +08:00
parent fedd739018
commit 82a4474d63

View File

@@ -1680,7 +1680,7 @@ public class JDUtil {
* 处理生成评论流程中的用户交互
*/
private void handleCommentInteraction(String fromWxid, String message) {
logger.info("handleCommentInteraction 处理生成评论流程中的用户交互 - 用户: {}, 状态: {},message: {}", fromWxid, state, message);
logger.info("handleCommentInteraction 处理生成评论流程中的用户交互 - 用户: {},message: {}", fromWxid, message);
try {
getProductTypeMap();