联系方式修改

This commit is contained in:
“wanyongkang”
2021-01-14 12:42:41 +08:00
parent 4946abfacd
commit bd4b845873
5 changed files with 25 additions and 2 deletions

View File

@@ -55,7 +55,9 @@ namespace Hncore.Pass.Live.Controllers
expr = expr.And(m => m.Created >= request.BTime && m.Created <= request.ETime);
}
var ret = await m_SellerTaoBaoService.PageDesc(request.PageIndex, request.PageSize, expr,true,m=>m.Id);
ret.List.ForEach(
m => {m.Phone = m.Phone.Substring(0,3) + "***";
});
var data = ret.ToApiResult();
return data;
}