diff --git a/shangjian/XGL/Views/LanJu_Operator.xaml.cs b/shangjian/XGL/Views/LanJu_Operator.xaml.cs index d75c35e..c2701fe 100644 --- a/shangjian/XGL/Views/LanJu_Operator.xaml.cs +++ b/shangjian/XGL/Views/LanJu_Operator.xaml.cs @@ -579,6 +579,8 @@ VALUES if (CustomMessageBox.Show("交接班后产量会计入下一班次,您确定要交接班吗?", CustomMessageBoxButton.OKCancel, CustomMessageBoxIcon.Warning) == CustomMessageBoxResult.OK) { formingMachineService.ChangeShiftsInfo(deviceCode); + + DBService.ModShiftTime("BC002", "07:30", "19:30", "BC001", "19:30", "07:30"); //因为程序多开受限制,先启动一个中间程序,再启动本程序 //设置要启动的应用程序名称和参数 string appName = "RestartApp.exe"; // 替换为你的目标控制台应用程序的名称