Jelajahi Sumber

修复合并异常

zly 4 bulan lalu
induk
melakukan
4e18492e45
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      TeamAAS-VM/Core/Management.cs

+ 4 - 4
TeamAAS-VM/Core/Management.cs

@@ -2970,10 +2970,10 @@ namespace TeamAAS_VP.Core
                                     if (stationConfig.EnableMES)
                                     {
                                         //测试使用,强制上传mes为pass
-                                        if (sysConfig.IsMesResult)
-                                        {
-                                            resultToMes.Clear();
-                                        }
+                                        //if (sysConfig.IsMesResult)
+                                        //{
+                                        //    resultToMes.Clear();
+                                        //}
                                         (bool isSuccess, string response) = await _mesService.SubmitGetExAsync(ProductMainSN[i], "", dataToMes, resultToMes, _LastMesCheckTime[i], serverTimeResult.Now);
                                         if (isSuccess)
                                         {