修改暂态逻辑

This commit is contained in:
lnk
2026-06-05 16:41:54 +08:00
parent a91672a994
commit 3191422869
2 changed files with 10 additions and 6 deletions

View File

@@ -4925,7 +4925,7 @@ void check_recall_file() {
std::vector<RecallTask> tasks; // 本轮要发送的“每终端一条”(目录请求 或 文件下载 请求)
// ★修改开始:新增“待上传动作”容器与两个小工具(局部作用域,函数私有)
// “待上传动作”容器与两个小工具(局部作用域,函数私有)
struct PendingUpload {
std::string terminal_id;
unsigned short logical_seq = 0;