This commit is contained in:
Van0313
2025-04-27 21:44:25 +08:00
parent e599e00bb7
commit e673f39958

View File

@@ -1600,7 +1600,7 @@ public class JDUtil {
public void sendOrderToWxByOrderP(String order, String fromWxid) {
// 检查是否命中“评”指令
if ("".equals(order)) {
if ("".equals(order)) {
// 初始化用户交互状态
String key = INTERACTION_STATE_PREFIX + fromWxid;
UserInteractionState state = loadOrCreateState(key);