修改一些小问题,增加一些监控日志
增加 TCL 多个 电视 也能 息屏的功能
This commit is contained in:
@@ -182,7 +182,7 @@ namespace RCUHost.Implement
|
||||
hostRCU.HotelCode = hotel_code.ToString();
|
||||
hostRCU.HostID = host_id;
|
||||
hostRCU.RoomTypeID = roomtype_id;
|
||||
hostRCU.ConfigVersion = setting_version.Substring(0, 5);
|
||||
hostRCU.ConfigVersion = setting_version.Substring(0, 6);
|
||||
|
||||
var TTT = new Tuple<Host, string>(host, hostRCU.ConfigVersion);
|
||||
Task.Factory.StartNew((State) =>
|
||||
@@ -261,7 +261,7 @@ namespace RCUHost.Implement
|
||||
hostRCU.RoomTypeRemark = roomtype_remark;
|
||||
hostRCU.UpdateTime = DateTime.Now;
|
||||
|
||||
HostRepository.SetModelAndLauncher(host, lan_ip, lan_port, model, launcher_version, hostRCU.ExpireTime, hostRCU.SetExpireTime);
|
||||
HostRepository.SetModelAndLauncher(host, hostRCU.ConfigVersion, software_version, lan_ip, lan_port, model, launcher_version, hostRCU.ExpireTime, hostRCU.SetExpireTime);
|
||||
|
||||
HostRCURepository.SaveOrUpdate(hostRCU);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user