diff --git a/DOAN.Service/Mobile/PADPrintAndReportWork2Service.cs b/DOAN.Service/Mobile/PADPrintAndReportWork2Service.cs index 21cab5b..2b33c01 100644 --- a/DOAN.Service/Mobile/PADPrintAndReportWork2Service.cs +++ b/DOAN.Service/Mobile/PADPrintAndReportWork2Service.cs @@ -43,6 +43,7 @@ namespace DOAN.Service.Mobile { ProInspectionLabel insert = new ProInspectionLabel() { + Id = XueHua, Workorder = workorder, FirstLabel = first_label, CreatedTime = DateTime.Now, @@ -95,6 +96,7 @@ namespace DOAN.Service.Mobile { ProInspectionLabel insert = new ProInspectionLabel() { + Id = XueHua, Workorder = workorder, FirstLabel = end_label, CreatedTime = DateTime.Now,