master
洁 任 2026-02-06 10:33:56 +08:00
parent 3f66efe8d7
commit b94ee61b8a
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ namespace OpenAuth.App
public async Task<Response<MiPuchRecordRes>> Get(string id)
{
var data= await Repository.AsQueryable()
.Where(r=>r.Id==id)
.LeftJoin<SysUser>((r,u)=>r.UserId==u.Id)
.LeftJoin<MiMinePoint>((r, u, p) => r.MinePointId == p.Id)
.Select((r, u, p) => new MiPuchRecordRes