|
@@ -1913,7 +1913,7 @@ namespace IMCS.CCS.Service.Impl
|
|
|
{
|
|
|
foreach(string st in dataList)
|
|
|
{
|
|
|
- string operateResult = s7.ReadBool(st).Content.ToString();
|
|
|
+ string operateResult = s7.ReadBool(st.Replace("\"", "")).Content.ToString();
|
|
|
returnList.Add(operateResult);
|
|
|
}
|
|
|
|