This commit is contained in:
张成
2025-12-30 16:45:09 +08:00
parent fb9aa5b155
commit 914999c9fc
7 changed files with 47 additions and 17 deletions

View File

@@ -130,7 +130,6 @@ class AutoChatTask extends BaseTask {
// 5. 执行所有层级的冲突检查
const conflictCheck = await this.canExecuteTask(sn_code, taskQueue);
if (!conflictCheck.allowed) {
console.log(`[自动沟通] 设备 ${sn_code} 冲突检查未通过: ${conflictCheck.reason}`);
return { success: false, reason: conflictCheck.reason };
}