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