zly 4 месяцев назад
Родитель
Сommit
4e18492e45
1 измененных файлов с 4 добавлено и 4 удалено
  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)
                                         {