Browse Source

Merge 7f21e40d63 into de2e4ed071

pull/24/merge
yangjingzhao123 5 years ago
committed by GitHub
parent
commit
f4d0b1d139
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      SCADA/Program/CoreApp/DataService/GateWay/DAService.cs

2
SCADA/Program/CoreApp/DataService/GateWay/DAService.cs

@ -1224,7 +1224,7 @@ namespace BatchCoreService
DataHelper.Instance.ExecuteStoredProcedure("AddEventLog",
DataHelper.CreateParam("@StartTime", SqlDbType.DateTime, tag.TimeStamp),
DataHelper.CreateParam("@Source", SqlDbType.NVarChar, tag.ID.ToString(), 50),
DataHelper.CreateParam("@StartTime", SqlDbType.NVarChar, tag.ToString(), 50));
DataHelper.CreateParam("@Comment", SqlDbType.NVarChar, tag.ToString(), 50));
}
public HistoryData[] BatchRead(DataSource source, bool sync, params ITag[] itemArray)

Loading…
Cancel
Save