Browse Source

修复深度学习无输出问题

KWD 1 tháng trước cách đây
mục cha
commit
5cde2eac49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
                 {