This commit is contained in:
路 范
2021-12-03 17:25:36 +08:00
parent 181e2dba61
commit 450128918e
6 changed files with 1 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ namespace Ewide.NbzsZheliban.Service
UserName = username, UserName = username,
PoliciesRegulationsLists = new Nbzs.Entity.Extends.PoliciesRegulations { List = list_PoliciesRegulations, TotalCount = list_PoliciesRegulations.Count } PoliciesRegulationsLists = new Nbzs.Entity.Extends.PoliciesRegulations { List = list_PoliciesRegulations, TotalCount = list_PoliciesRegulations.Count }
}; };
_cache.Set("IndexData-" + cardno, h5IndexModel, new TimeSpan(0, 5, 0)); _cache.Set("IndexData-" + cardno, h5IndexModel, new TimeSpan(0, 1, 30));
return h5IndexModel; return h5IndexModel;
} }
private JObject GetInfoByTicket(string ticket) private JObject GetInfoByTicket(string ticket)