From 5e63369b10df72f620249cb67dfb8bac789a6d80 Mon Sep 17 00:00:00 2001 From: 019188 Date: Thu, 22 Jan 2026 09:35:48 +0800 Subject: [PATCH] =?UTF-8?q?20260122-1=20=E7=94=9F=E4=BA=A7=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E6=A3=80=EF=BC=88FormingMachineService=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E8=B0=83=E6=95=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shangjian/XGL.Data/DBService/FormingMachineService.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shangjian/XGL.Data/DBService/FormingMachineService.cs b/shangjian/XGL.Data/DBService/FormingMachineService.cs index dc846a5..7dceac6 100644 --- a/shangjian/XGL.Data/DBService/FormingMachineService.cs +++ b/shangjian/XGL.Data/DBService/FormingMachineService.cs @@ -1877,6 +1877,7 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC"; return list; } + //by 019188 加载生产过程检 2025-12-19 public List GetProductProcessCheckInfo(string deviceCode) { @@ -1959,9 +1960,8 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC"; return totalAffectedRows; } - } -} + } public class MesTableSelfDetialModel { @@ -1996,3 +1996,4 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC"; public int table_line { get; set; } public int index { get; set; } } +} \ No newline at end of file