bug fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user