From 4cdb3cee9d59c838a3c8697a85997bc1c1177f12 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Wed, 17 Jul 2024 15:49:33 +0800 Subject: [PATCH] 2 --- DOAN.Service/MES/product/ProWorkorderService.cs | 2 ++ 1 file changed, 2 insertions(+) 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,