3
This commit is contained in:
parent
9de649d001
commit
6cd37c266c
@ -135,6 +135,7 @@ namespace DOAN.Service.MES.product
|
||||
lineBody.FkStationId = lineBodyDto.FkStationId;
|
||||
lineBody.FkWorkorderId = lineBodyDto.FkWorkorderId;
|
||||
lineBody.FkProcessId = lineBodyDto.FkProcessId;
|
||||
lineBody.CreatedTime = DateTime.Now;
|
||||
result = Context.Insertable(lineBody).ExecuteCommand();
|
||||
}
|
||||
return result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user