瀏覽代碼

1

样式分支
fyf 2 年之前
父節點
當前提交
2c7229474e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      FryPot_DosingSystem/ViewModel/AgvViewModel.cs

+ 1
- 1
FryPot_DosingSystem/ViewModel/AgvViewModel.cs 查看文件

@@ -834,7 +834,7 @@ namespace FryPot_DosingSystem.ViewModel
try
{
count = int.Parse(_DishesNum);
if (count > 0 && count <= 8)
if (count >= 0 && count <= 8)
{
_DishesNum = count.ToString();
}


Loading…
取消
儲存