diff --git a/BPASmartClient.JXJFoodBigStation/App.config b/BPASmartClient.JXJFoodBigStation/App.config index b855f1a3..35b80a6d 100644 --- a/BPASmartClient.JXJFoodBigStation/App.config +++ b/BPASmartClient.JXJFoodBigStation/App.config @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/BPASmartClient.MorkS/Control_Morks.cs b/BPASmartClient.MorkS/Control_Morks.cs index a2aa59c9..4ebb59fb 100644 --- a/BPASmartClient.MorkS/Control_Morks.cs +++ b/BPASmartClient.MorkS/Control_Morks.cs @@ -322,6 +322,7 @@ namespace BPASmartClient.MorkS if (@event is DoOrderEvent order) { mORKS.doOrderEvents.Add(order); + DeviceProcessLogShow($"接收到{order.MorkOrder.SortNum}号订单"); if (order.MorkOrder.GoodBatchings == null) return; if (mORKS.HistorySuborderId.Contains(order.MorkOrder.SuborderId)) return; OrderCount++; @@ -687,7 +688,6 @@ namespace BPASmartClient.MorkS DeviceProcessLogShow($"订单【{mORKS.OutMealId}】取餐完成"); ResetCookComplete(); DeviceProcessLogShow($"出餐订单【{mORKS.OutMealSortNum.ToString()}】"); - //int SerialNum = Convert.ToInt32(mORKS.OutMealSortNum.ToString().Substring(0,(mORKS.OutMealSortNum.ToString().Length-1))); DeviceProcessLogShow($"出餐订单序号【{mORKS.OutMealSortNum}】"); VoiceAPI.Speak(mORKS.OutMealSortNum.ToString()); //DeviceProcessLogShow($"叫号系统通知主题【MORKS/VoiceCall/{DeviceId}】"); diff --git a/BPASmartClient/App.config b/BPASmartClient/App.config index 618157de..9c45fe12 100644 --- a/BPASmartClient/App.config +++ b/BPASmartClient/App.config @@ -7,9 +7,9 @@ - + - +