From 7b836f2db12a816b25bbb9d148c55da97b636ef4 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Wed, 9 Apr 2025 15:20:11 +0800 Subject: [PATCH] 1 --- DOAN.Service/Mobile/PADPrintAndReportWork2Service.cs | 2 ++ 1 file changed, 2 insertions(+) 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,