修改一些BUG
This commit is contained in:
@@ -168,7 +168,7 @@ namespace WebSite.Controllers
|
||||
var hostModal = CSRedisCacheHelper.Get_Partition<HostModal_Cache>(KKey);
|
||||
if (hostModal != null)
|
||||
{
|
||||
HostModal_Cache hhh = hostModal = hostModal as HostModal_Cache;
|
||||
HostModal_Cache hhh = hostModal as HostModal_Cache;
|
||||
item.Time = hhh.UpdateTime;
|
||||
}
|
||||
}
|
||||
|
||||
16542
WebSite/Logs/Log.log
16542
WebSite/Logs/Log.log
File diff suppressed because it is too large
Load Diff
@@ -128,8 +128,8 @@
|
||||
<add key="monitor_log_expire_minutes" value="30" />
|
||||
<!--redis end-->
|
||||
<add key="debug_hotel_code" value="" />
|
||||
<add key="missionsys_address" value="http://localhost:9000/"/>
|
||||
<add key="currentsys_address" value="http://localhost:9000/"/>
|
||||
<add key="missionsys_address" value="http://localhost:4000/"/>
|
||||
<add key="currentsys_address" value="http://localhost:1867/"/>
|
||||
<add key="baojing_airreport_address" value="http://localhost:5026"/>
|
||||
<add key="baojing_airreport_key" value="BLV@blv-oc.com"/>
|
||||
<add key="debug_log_report_url" value="http://localhost:8086/blw/mqtt_publish"/>
|
||||
|
||||
Reference in New Issue
Block a user