Explorar o código

修复深度学习无输出问题

KWD hai 1 mes
pai
achega
5cde2eac49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
                 {