This commit is contained in:
2023-11-08 09:59:10 +08:00
parent 14aa0b2ff4
commit 7f6bb604fd
3 changed files with 4 additions and 4 deletions

View File

@@ -544,7 +544,7 @@ namespace Tnb.ProductionMgr
var queryable2 = db.Queryable<PrdOutstockH>()
.LeftJoin<UserEntity>((a, b) => a.create_id == b.Id)
.Where((a,b)=>a.workstation==input.stationId)
.Where((a,b)=>a.workstation_id==input.stationId)
.Select((a, b) => new FeedingRecordListOutput()
{
id = a.id,