|
|
@@ -195,7 +195,7 @@ namespace TeamAAS_VP.Services
|
|
|
return (false, "Missing MES station URL");
|
|
|
|
|
|
string url = "";
|
|
|
- url = $"{device.MesUrl}?c=QUERY_RECORD&line={device.Line}&station={device.Station}&fixtureid={device.FixtureId}&sn={sn}&p=sn,message";
|
|
|
+ url = $"{device.MesUrl}?c=QUERY_RECORD&line={device.Line}&station={device.Station}&fixtureid={device.FixtureId}&sn={sn}&p=message,sn,wo";
|
|
|
|
|
|
LogHelper.WriteLogMes($"¡¾Ñ¯ÎÊURL¡¿{url}");
|
|
|
SendTaskMessage($"¡¾Ñ¯ÎÊURL¡¿{url}", MessageLevel.Info);
|