From e64911bec19f523d0df7fc9d6ebaf1d97a26d133 Mon Sep 17 00:00:00 2001 From: 17BaoH <963030965@qq.com> Date: Sun, 16 Apr 2023 16:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0repmove=E7=9A=84TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command_service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command_service.go b/command_service.go index 0e143f7..22b8afa 100644 --- a/command_service.go +++ b/command_service.go @@ -88,6 +88,7 @@ func (service *CommandService) RepMove(msg *ramsg.RepMoveCommand) ramsg.AgentMov hashs := msg.Hashs fileSizeInBytes := msg.FileSizeInBytes //执行调度操作 + //TODO xh: 调度到BackID对应的dir中,即goalDir改为传过来的agentMoveResp.dir goalDir := "assets2" goalName := msg.BucketName + ":" + msg.ObjectName + ":" + strconv.Itoa(msg.UserID) //目标文件