|
|
@ -99,7 +99,7 @@ namespace SlnMesnac.WPF.Page
|
|
|
|
if (unPackStatus1)
|
|
|
|
if (unPackStatus1)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
BaseConfigInfo configInfo = _configInfoBusiness.GetConfigInfos().Where(x => x.ConfigKey == "系统运行时长").FirstOrDefault();
|
|
|
|
BaseConfigInfo configInfo = _configInfoBusiness.GetConfigInfos().Where(x => x.ConfigKey == "系统运行时长").FirstOrDefault();
|
|
|
|
configInfo.ConfigValue += 1;
|
|
|
|
configInfo.ConfigValue = (int.Parse(configInfo.ConfigValue) + 1).ToString();
|
|
|
|
_configInfoBusiness.UpdateConfigInfo(configInfo);
|
|
|
|
_configInfoBusiness.UpdateConfigInfo(configInfo);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|