1.进入老年模式有2个按钮,最下方那个删掉吧。。2.显示的姓名第一个字脱敏处理
This commit is contained in:
@@ -241,7 +241,7 @@ namespace Ewide.NbzsZheliban.Service
|
||||
{
|
||||
PrjList = list_projects,
|
||||
IdCard = cardno,
|
||||
UserName = username,
|
||||
UserName = "*" + username.Substring(1, username.Length - 1),
|
||||
PoliciesRegulationsLists = new Nbzs.Entity.Extends.PoliciesRegulations { List = list_PoliciesRegulations, TotalCount = list_PoliciesRegulations.Count }
|
||||
};
|
||||
_cache.Set("IndexData-" + cardno, h5IndexModel, new TimeSpan(0, 1, 30));
|
||||
|
||||
Reference in New Issue
Block a user