20260122-1 生产过程检(FormingMachineService错误调整)

20260122
019188 1 week ago
parent c6710400aa
commit 5e63369b10

@ -1877,6 +1877,7 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC";
return list; return list;
} }
//by 019188 加载生产过程检 2025-12-19 //by 019188 加载生产过程检 2025-12-19
public List<ProductProcessData> GetProductProcessCheckInfo(string deviceCode) public List<ProductProcessData> GetProductProcessCheckInfo(string deviceCode)
{ {
@ -1959,9 +1960,8 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC";
return totalAffectedRows; return totalAffectedRows;
} }
}
} }
public class MesTableSelfDetialModel 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 table_line { get; set; }
public int index { get; set; } public int index { get; set; }
} }
}
Loading…
Cancel
Save