提车修改

master
洁 任 2026-03-13 08:58:24 +08:00
parent d6ef0d77cf
commit d0d0c7225e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ namespace OpenAuth.App
public async Task<Response<List<dynamic>>> Loadpickupinfo(string parkingid)
{
var list = await base.Repository.AsQueryable()
.Where(p => p.Status == 1)
.Where(p => p.Status == 3)
.LeftJoin<MiViolationReport>((p, r) => p.ViolationReportId == r.Id)
.Where((p, r) => r.ParkingId == parkingid)
.LeftJoin<MiMinePoint>((p, r, m) => r.MinePointId == m.Id)