@@ -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)