1
This commit is contained in:
parent
af78a5e3f9
commit
697cff606f
@ -124,7 +124,7 @@ namespace DOAN.Service.MES.product
|
||||
public int UpdateSelectedWorkstation(ProRelWorkorderLineBodyDto lineBodyDto)
|
||||
{
|
||||
return Context.Updateable<ProRelWorkorderLineBody>()
|
||||
.SetColumns(it => it.FkStationId, it => it.FkStationId == lineBodyDto.FkStationId)
|
||||
.SetColumns(it => it.FkStationId == lineBodyDto.FkStationId)
|
||||
.Where(it => it.FkWorkorderId == lineBodyDto.FkWorkorderId)
|
||||
.Where(it => it.FkProcessId == lineBodyDto.FkProcessId).ExecuteCommand();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user