diff --git a/DOAN.Service/MES/product/ProWorkorderService.cs b/DOAN.Service/MES/product/ProWorkorderService.cs index 9f704d0..2f1e10a 100644 --- a/DOAN.Service/MES/product/ProWorkorderService.cs +++ b/DOAN.Service/MES/product/ProWorkorderService.cs @@ -131,6 +131,8 @@ namespace DOAN.Service.MES.product Year = model.Year, Week = model.Week, Date = model.Date, + RouteId= model.RouteId, + GroupId= model.GroupId, Priority = model.Priority, Status = model.Status, Remark = model.Remark,