This commit is contained in:
2021-12-10 15:31:21 +08:00
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)