Browse Source

冒菜机修改

master
pry 2 years ago
parent
commit
af9d890e1c
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      HBLConsole.MORKM/Control_MORKM.cs
  2. +1
    -2
      HBLConsole/App.config

+ 1
- 1
HBLConsole.MORKM/Control_MORKM.cs View File

@@ -279,7 +279,7 @@ namespace HBLConsole.MORKM
if (mORKS.TakeBowlTask.FirstOrDefault(p => p.SuborderId == morkOrderPush.SuborderId) == null)
mORKS.TakeBowlTask.Enqueue(new OrderLocInfo()
{
Loc = ushort.Parse(res.BatchingLoc),
Loc = 11,
SuborderId = morkOrderPush.SuborderId,
RecipeNumber = (index >= 1 && index <= 10) ? (ushort)index : (ushort)0
});


+ 1
- 2
HBLConsole/App.config View File

@@ -9,10 +9,9 @@
<!--测试服务 Consul 地址-->
<!--<add key="ConsulAddress" value="http://111.9.47.105:9011" />-->


<!--客户端ID-->
<!--1:且时且多冰淇淋咖啡机,2:且时且多煮面机,3:海科煮面机测试店铺-->
<add key="ClientId" value="3"/>
<add key="ClientId" value="13"/>

<add key="COM_Coffee" value="COM8"/>
<add key="BAUD_Coffee" value="115200"/>


Loading…
Cancel
Save