KWD преди 4 месеца
родител
ревизия
11383202c7
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      TeamAAS-VM/Core/Management.cs

+ 2 - 0
TeamAAS-VM/Core/Management.cs

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