Эх сурвалжийг харах

修复深度学习无输出问题

KWD 1 сар өмнө
parent
commit
5cde2eac49

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

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