显示用户手机号码

This commit is contained in:
“wanyongkang”
2021-01-15 17:20:53 +08:00
parent f8f6153b18
commit 9ffe0885e2
5 changed files with 22 additions and 22 deletions

View File

@@ -54,9 +54,9 @@ namespace Hncore.Pass.BaseInfo.Controllers
}
var ret = await m_ChargeOrderService.PageDesc(request.PageIndex, request.PageSize, expr, true, m => m.Id);
ret.List.ForEach(
m => {m.UserName = m.UserName.Substring(0,3) + "***";
});
// ret.List.ForEach(
// m => {m.UserName = m.UserName.Substring(0,3) + "***";
// });
var data = ret.ToApiResult();
return data;
}