提车修改
parent
d6ef0d77cf
commit
d0d0c7225e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue