jiangjy месяцев назад: 2
Родитель
Сommit
f0b767a81d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Furnace/FurnaceUI/Views/Recipes/RecipeProcessEditViewModel.cs

+ 1 - 1
Furnace/FurnaceUI/Views/Recipes/RecipeProcessEditViewModel.cs

@@ -2615,7 +2615,7 @@ namespace FurnaceUI.Views.Recipes
                 if (bEnd)
                 {
 
-                    if (!recipestep.Command.ToUpper().Contains("END"))
+                    if (!recipestep.Name.ToUpper().Contains("END"))
                     {
                         DialogBox.ShowWarning("The step command of last step must be 'END',please check!");
                         return;