Browse Source

修复深度学习无输出问题

KWD 1 month ago
parent
commit
5cde2eac49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TeamAAS-VM/Services/RemoteCommandService.cs

+ 1 - 1
TeamAAS-VM/Services/RemoteCommandService.cs

@@ -2183,13 +2183,13 @@ namespace TeamAAS_VP.Services
                                     Is3DModel = is3dmodel,
                                 });
 
+                                return (true, outputCollection);
 
                             }
 
                         }
                     }
 
-                    return (true, null);
                 }
                 else
                 {