Explorar el Código

修复深度学习无输出问题

KWD hace 1 mes
padre
commit
5cde2eac49
Se han modificado 1 ficheros con 1 adiciones y 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
                 {